Skip to content

Commit

Permalink
fix node-version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed Nov 12, 2024
1 parent a03c99d commit 0b5e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
Expand Down

0 comments on commit 0b5e0bd

Please sign in to comment.