Skip to content

Commit 62c68ec

Browse files
committed
Unpin chrome version
1 parent 916ffe0 commit 62c68ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
timeout: 20 minutes
1111
before_script:
1212
- apt-get update
13-
- wget --no-verbose -O chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_118.0.5993.117-1_amd64.deb
13+
- wget --no-verbose -O chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
1414
- apt-get install -q=2 -y ./chrome.deb firefox-esr | grep -v '^Selecting previously unselected package \|^Preparing to unpack \|^Unpacking \|^Setting up '
1515
- npm config set cache .npm --global
1616
script:

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@tsconfig/strictest": "2.x",
1111
"@types/node": "20.x",
1212
"@types/selenium-webdriver": "4.x",
13-
"chromedriver": "118.x",
13+
"chromedriver": "120.x",
1414
"geckodriver": "4.2.x",
1515
"lean-test": "2.x",
1616
"prettier": "3.0.3",

0 commit comments

Comments
 (0)