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 0605c98
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.3
browser-tools: circleci/browser-tools@1.4.6
codecov: codecov/[email protected]

executors:
Expand Down 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 0605c98

Please sign in to comment.