Skip to content

Commit

Permalink
Pin the version of chrome to install until the ORB is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 8, 2023
1 parent e6c492e commit 62bc14c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ commands:
setup:
steps:
- checkout
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: "114.0.5735.198"
replace-existing: true
- browser-tools/install-chromedriver
- run:
name: "Lock dependencies"
Expand Down

0 comments on commit 62bc14c

Please sign in to comment.