Skip to content

Commit

Permalink
Fix version node
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopasqualetto committed Sep 5, 2023
1 parent 44983b8 commit 55bf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 'lts'
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 55bf5f1

Please sign in to comment.