Skip to content

Commit 036d840

Browse files
authored
[js] Trying to fix JS nightly (#14048)
1 parent 668ad99 commit 036d840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ jobs:
102102
run: |
103103
sed -i 's|https://registry.npmjs.org/|https://npm.pkg.github.com|g' javascript/node/selenium-webdriver/package.json
104104
sed -i 's|"name": "selenium-webdriver"|"name": "@seleniumhq/selenium-webdriver"|g' javascript/node/selenium-webdriver/package.json
105+
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
105106
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
107+
echo "@seleniumhq:registry=https://npm.pkg.github.com" >> ~/.npmrc
106108
echo "@seleniumhq:registry=https://npm.pkg.github.com" >> .npmrc
109+
echo "always-auth=true" >> ~/.npmrc
107110
echo "always-auth=true" >> .npmrc
108111
./go "node:version[nightly]"
109112
./go node:release

0 commit comments

Comments
 (0)