Skip to content

Commit

Permalink
Merge pull request #5464 from solidusio/backport/v4.0/pr-5459
Browse files Browse the repository at this point in the history
[4.0] Update pinned chrome version
  • Loading branch information
tvdeyen authored Oct 27, 2023
2 parents d3a9d8b + b539461 commit 2adc03a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 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 @@ -58,8 +58,18 @@ commands:
setup:
steps:
- checkout
- browser-tools/install-chrome
- browser-tools/install-chrome:
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 2adc03a

Please sign in to comment.