Skip to content

Commit

Permalink
ci: pin chrome version (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Sep 7, 2023
1 parent 3dca4c2 commit a4597d5
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:
# TODO: remove when chromedriver downloads are fixed
chrome-version: 116.0.5845.96
- node/install:
node-version: '16.13'
- run: gem install bundler # setup bundler
Expand Down

0 comments on commit a4597d5

Please sign in to comment.