Skip to content

Commit b721dc2

Browse files
committed
Update github actions
1 parent 119c2c9 commit b721dc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19-
- run: npm install npm@latest -g
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
22-
- run: npm install
2319
- run: npm run npm-build-package
2420
- run: cd dist/npm && npm publish
2521
env:

0 commit comments

Comments
 (0)