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.
2 parents 2c93737 + 013f72b commit fa8ad90Copy full SHA for fa8ad90
1 file changed
.github/workflows/npm-publish.yml
@@ -10,11 +10,11 @@ jobs:
10
publish-npm:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
14
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
15
with:
16
- node-version: 12
17
- registry-url: https://registry.npmjs.org/
+ node-version: 16
+ registry-url: https://registry.npmjs.org
18
- run: npm ci
19
- run: npm publish --access public
20
env:
0 commit comments