Skip to content

Commit

Permalink
fix: bump node version used in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Apr 3, 2023
1 parent a12f521 commit 23c4911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '17.x'
if: ${{ steps.release.outputs.release_created }}
- run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" && npm ci
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 23c4911

Please sign in to comment.