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 45ef9e8 commit 3bf2773Copy full SHA for 3bf2773
.github/workflows/nightly.yml
@@ -174,6 +174,9 @@ jobs:
174
cache-key: javascript-nightly
175
node-version: '22.x'
176
run: |
177
+ # Install pnpm
178
+ npm install -g pnpm
179
+
180
sed -i 's|https://registry.npmjs.org/|https://npm.pkg.github.com|g' javascript/selenium-webdriver/package.json
181
sed -i 's|"name": "selenium-webdriver"|"name": "@seleniumhq/selenium-webdriver"|g' javascript/selenium-webdriver/package.json
182
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
0 commit comments