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 84e8500 + e5c27e9 commit b2d8c3cCopy full SHA for b2d8c3c
.github/workflows/npm_publish.yml
@@ -12,10 +12,10 @@ jobs:
12
# "ref" specifies the branch to check out.
13
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted
14
ref: ${{ github.event.release.target_commitish }}
15
- - name: Use Node.js 12
16
- uses: actions/setup-node@v1
+ - name: Use Node.js v16
+ uses: actions/setup-node@v2
17
with:
18
- node-version: 12
+ node-version: 16
19
registry-url: https://registry.npmjs.org/ # Specifies the registry, this field is required!
20
- run: npm ci
21
- run: npm publish
0 commit comments