Skip to content

Commit

Permalink
update chrome version (#28405)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkithelegendarypokemonster authored Nov 20, 2024
1 parent 9b8d802 commit 2815491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-qunit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
if: ${{ inputs.browser == 'chrome' }}
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Setup Firefox profile
if: ${{ inputs.browser == 'firefox' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devextreme_npm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2815491

Please sign in to comment.