Skip to content

Commit baaaaa7

Browse files
committed
Update github actions
1 parent 018a33c commit baaaaa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16.x"
16+
node-version: "16.14.2"
1717
registry-url: "https://registry.npmjs.org"
18-
- run: npm cache clean -f
19-
- run: npm install npm@latest -g
2018
- run: npm ci
21-
- run: npm config set registry http://registry.npmjs.org
19+
- run: npm install npm@16.14.2
20+
- run: npm set registry=https://registry.npmjs.org/
21+
- run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
2222
- run: npm run npm-build-package
2323
- run: cd dist/npm && npm publish
2424
env:

0 commit comments

Comments
 (0)