We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a4cc6 commit 8a216cdCopy full SHA for 8a216cd
1 file changed
.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