Skip to content

Commit

Permalink
Hardcode Chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbailescu authored Oct 16, 2023
1 parent 330af01 commit e59652e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
- image: cimg/node:16.17.1-browsers
steps:
- checkout
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 114.0.5735.90 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- run:
name: Provision
command: |
Expand Down

0 comments on commit e59652e

Please sign in to comment.