We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf35e commit 80bd863Copy full SHA for 80bd863
.github/workflows/project.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Install ChromeDriver
58
run: |
59
export CHROME_VERSION=$(google-chrome --version)
60
- CHROME_DRIVER_DOWNLOAD_URL=$(node scripts/get-chrome-driver-download-url.js)
+ CHROME_DRIVER_DOWNLOAD_URL=$(node --experimental-fetch scripts/get-chrome-driver-download-url.js)
61
wget -q "$CHROME_DRIVER_DOWNLOAD_URL"
62
if [ $? -ne 0 ]; then echo "Failed to download ChromeDriver"; exit 1; fi
63
unzip chromedriver-linux64.zip
0 commit comments