Commit 62c68ec 1 parent 916ffe0 commit 62c68ec Copy full SHA for 62c68ec
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
timeout : 20 minutes
11
11
before_script :
12
12
- 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
14
14
- apt-get install -q=2 -y ./chrome.deb firefox-esr | grep -v '^Selecting previously unselected package \|^Preparing to unpack \|^Unpacking \|^Setting up '
15
15
- npm config set cache .npm --global
16
16
script :
Original file line number Diff line number Diff line change 10
10
"@tsconfig/strictest" : " 2.x" ,
11
11
"@types/node" : " 20.x" ,
12
12
"@types/selenium-webdriver" : " 4.x" ,
13
- "chromedriver" : " 118 .x" ,
13
+ "chromedriver" : " 120 .x" ,
14
14
"geckodriver" : " 4.2.x" ,
15
15
"lean-test" : " 2.x" ,
16
16
"prettier" : " 3.0.3" ,
You can’t perform that action at this time.
0 commit comments