Skip to content

Commit

Permalink
[js] Trying to fix JS nightly (SeleniumHQ#14048)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored and sandeepsuryaprasad committed Oct 29, 2024
1 parent 777e51e commit 5b66acb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ jobs:
run: |
sed -i 's|https://registry.npmjs.org/|https://npm.pkg.github.com|g' javascript/node/selenium-webdriver/package.json
sed -i 's|"name": "selenium-webdriver"|"name": "@seleniumhq/selenium-webdriver"|g' javascript/node/selenium-webdriver/package.json
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
echo "@seleniumhq:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "@seleniumhq:registry=https://npm.pkg.github.com" >> .npmrc
echo "always-auth=true" >> ~/.npmrc
echo "always-auth=true" >> .npmrc
./go "node:version[nightly]"
./go node:release
Expand Down

0 comments on commit 5b66acb

Please sign in to comment.