Skip to content

Commit

Permalink
Remove pinned chrome version
Browse files Browse the repository at this point in the history
Now that CircleCI-Public/browser-tools-orb#75
have been merged we can remove this in order to be able to run tests
again.
  • Loading branch information
tvdeyen committed Oct 25, 2023
1 parent d479d6a commit e190ccf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ commands:
setup:
steps:
- checkout
- browser-tools/install-chrome:
chrome-version: "114.0.5735.198"
replace-existing: true
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- run:
name: "Lock dependencies"
Expand Down

0 comments on commit e190ccf

Please sign in to comment.