Skip to content

Commit

Permalink
Fix node version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carterworks committed Oct 23, 2024
1 parent 2b2d399 commit 66e1128
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "lts"
node-version: "lts/*"
# #nobuild
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 66e1128

Please sign in to comment.