Skip to content

Commit

Permalink
Lock chromedriver version (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
laritakr committed Dec 20, 2023
1 parent 9183bc4 commit bee1f4f
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 @@ -80,7 +80,9 @@ jobs:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
- samvera/rubocop
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 114.0.5735.90 # see https://github.com/CircleCI-Public/browser-tools-orb/pull/96
replace-existing: true
- browser-tools/install-chromedriver
- run:
name: Check Chrome install
Expand Down

0 comments on commit bee1f4f

Please sign in to comment.