Skip to content

Commit

Permalink
Merge pull request #5459 from tvdeyen/revert-5367
Browse files Browse the repository at this point in the history
Update pinned chrome version
  • Loading branch information
tvdeyen committed Oct 25, 2023
2 parents a0103b7 + 0605c98 commit c0d7d95
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 c0d7d95

Please sign in to comment.