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 baaaaa7 commit c22bb0cCopy full SHA for c22bb0c
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -13,10 +13,10 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: "16.14.2"
+ node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
- - run: npm install npm@16.14.2
+ - 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 run npm-build-package
0 commit comments