Skip to content

Commit

Permalink
Pinning chrome version to v119 (#12498)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Feb 21, 2024
1 parent 5a4f4de commit d9bdfcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/module-rspec/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ runs:
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105
- name: List Chrome
shell: "bash"
run: apt list --installed | grep chrome
- name: Remove Chrome
shell: "bash"
run: sudo apt remove google-chrome-stable
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105
- uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
Expand Down

0 comments on commit d9bdfcd

Please sign in to comment.