Skip to content

Commit

Permalink
ci: pin chrome version to 118.0.5993.80 (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Oct 25, 2023
1 parent 35b90c9 commit 4e52d97
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 @@ -33,7 +33,9 @@ restore_build: &restore_build
commands:
browser-tools-job:
steps:
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
# https://googlechromelabs.github.io/chrome-for-testing/ - 118.0.5993.70
chrome-version: 118.0.5993.70

jobs:
# Fetch and cache dependencies.
Expand Down

0 comments on commit 4e52d97

Please sign in to comment.