Skip to content

Commit 62bc14c

Browse files
committed
Pin the version of chrome to install until the ORB is fixed
Ref: - CircleCI-Public/browser-tools-orb#75 - https://stackoverflow.com/a/77013753
1 parent e6c492e commit 62bc14c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ commands:
5858
setup:
5959
steps:
6060
- checkout
61-
- browser-tools/install-chrome
61+
- browser-tools/install-chrome:
62+
chrome-version: "114.0.5735.198"
63+
replace-existing: true
6264
- browser-tools/install-chromedriver
6365
- run:
6466
name: "Lock dependencies"

0 commit comments

Comments
 (0)