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 4, 2023
1 parent d095e38 commit 558abda
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: "115.0.5790.170"
replace-existing: true
- browser-tools/install-chromedriver
- run:
name: "Lock dependencies"
Expand Down

0 comments on commit 558abda

Please sign in to comment.