Skip to content

Commit

Permalink
Correctly set node version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Sep 27, 2023
1 parent c89d1af commit 6891b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 20.x'
node-version: '20.6.1'
registry-url: 'https://registry.npmjs.org'
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
Expand Down

0 comments on commit 6891b06

Please sign in to comment.