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 018a33c commit baaaaa7Copy full SHA for baaaaa7
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -13,12 +13,12 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: "16.x"
+ node-version: "16.14.2"
17
registry-url: "https://registry.npmjs.org"
18
- - run: npm cache clean -f
19
- - run: npm install npm@latest -g
20
- run: npm ci
21
- - run: npm config set registry http://registry.npmjs.org
+ - run: npm install npm@16.14.2
+ - run: npm set registry=https://registry.npmjs.org/
+ - run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
22
- run: npm run npm-build-package
23
- run: cd dist/npm && npm publish
24
env:
0 commit comments