Skip to content

Commit fc9740e

Browse files
committed
bump node version for release CI
1 parent eb3efef commit fc9740e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ jobs:
2525
cond: "${{ startsWith(github.ref, 'refs/tags/') }}"
2626
if_true: ${{ github.ref }}
2727
if_false: ${{ steps.bumpr.outputs.next_version }}
28-
28+
2929
- name: Release
3030
uses: justincy/[email protected]
3131
id: release
3232
- uses: actions/setup-node@v1
3333
if: steps.release.outputs.released == 'true'
3434
with:
3535
registry-url: 'https://registry.npmjs.org'
36+
node-version: '16.x'
3637
- name: Publish
3738
if: steps.release.outputs.released == 'true'
3839
run: echo "//registry.npmjs.org/:_authToken=${{secrets.npm_token}}" > .npmrc && npm ci && npm publish

0 commit comments

Comments
 (0)