Skip to content

Commit

Permalink
fix(cli): pin Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmries committed Sep 18, 2024
1 parent f16172e commit 696dc64
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 @@ -14,7 +14,9 @@ commands:
description: Install dependencies and bootstrap packages
steps:
- checkout
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 126.0.6478.182
replace-existing-chrome: true
- node/install:
node-version: "16.13"
- run: gem install bundler # setup bundler
Expand Down

0 comments on commit 696dc64

Please sign in to comment.