Skip to content

Commit

Permalink
Use same node version as in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Jan 20, 2025
1 parent c438ca3 commit 60c27f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.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: '20.x'
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --provenance --access public
Expand Down

0 comments on commit 60c27f5

Please sign in to comment.