Skip to content

Commit c22bb0c

Browse files
committed
Update github actions
1 parent baaaaa7 commit c22bb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16.14.2"
16+
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci
19-
- run: npm install npm@16.14.2
19+
- run: npm install npm@latest -g
2020
- run: npm set registry=https://registry.npmjs.org/
2121
- run: npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
2222
- run: npm run npm-build-package

0 commit comments

Comments
 (0)