Skip to content

Commit

Permalink
Fix setup-node (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Oct 17, 2024
1 parent 2ad2133 commit 01b2a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# Set up .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
version: 'lts/*'
node-version: 'lts/*'
check-latest: true
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 01b2a5b

Please sign in to comment.