Skip to content

Commit

Permalink
Update pinned chrome version
Browse files Browse the repository at this point in the history
The current version does not exist anymore. We need to
update it.

(cherry picked from commit 0605c98)

# Conflicts:
#	.circleci/config.yml
  • Loading branch information
tvdeyen committed Oct 27, 2023
1 parent d3a9d8b commit b539461
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/browser-tools@1.3
browser-tools: circleci/browser-tools@1.4.6
codecov: codecov/[email protected]

executors:
Expand Down Expand Up @@ -58,8 +58,18 @@ commands:
setup:
steps:
- checkout
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: "118.0.5993.70"
replace-existing: true
- run:
name: Check chrome version
command: |
google-chrome --version
- browser-tools/install-chromedriver
- run:
name: Check chromedriver version
command: |
chromedriver --version
- run:
name: "Lock dependencies"
command: |
Expand Down

0 comments on commit b539461

Please sign in to comment.