Skip to content

Commit

Permalink
Update pinned chrome version
Browse files Browse the repository at this point in the history
The current version does not exist anymore. We need to
update it.
  • Loading branch information
tvdeyen committed Oct 25, 2023
1 parent d479d6a commit c1b0048
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,17 @@ commands:
steps:
- checkout
- browser-tools/install-chrome:
chrome-version: "114.0.5735.198"
chrome-version: "118.0.5993.70"
replace-existing: true
- run:
name: Check chrome version
command: |
google-chrome --version
- browser-tools/install-chromedriver
- run:
name: Check chromedriver version
command: |
chromedriver --version
- run:
name: "Lock dependencies"
command: |
Expand Down

0 comments on commit c1b0048

Please sign in to comment.