There was an error while loading. Please reload this page.
1 parent c9de223 commit 9fe7565Copy full SHA for 9fe7565
1 file changed
.github/workflows/main.yml
@@ -16,9 +16,10 @@ jobs:
16
release_name: Release ${{ github.ref }}
17
draft: false
18
prerelease: false
19
- - uses: aboutbits/github-actions-node/setup-and-install@v1
+ - uses: aboutbits/github-actions-node/setup-and-install@v2
20
with:
21
- node-version: ${{ env.NODE_VERSION }}
+ node-version: 16
22
+ registry-url: "https://registry.npmjs.org"
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments