File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments