Skip to content

Commit 80bd863

Browse files
[ci-visibility] Fix chrome installation for node 16 (#4255)
1 parent ffaf35e commit 80bd863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install ChromeDriver
5858
run: |
5959
export CHROME_VERSION=$(google-chrome --version)
60-
CHROME_DRIVER_DOWNLOAD_URL=$(node scripts/get-chrome-driver-download-url.js)
60+
CHROME_DRIVER_DOWNLOAD_URL=$(node --experimental-fetch scripts/get-chrome-driver-download-url.js)
6161
wget -q "$CHROME_DRIVER_DOWNLOAD_URL"
6262
if [ $? -ne 0 ]; then echo "Failed to download ChromeDriver"; exit 1; fi
6363
unzip chromedriver-linux64.zip

0 commit comments

Comments
 (0)