Skip to content

Commit

Permalink
cd: fix node-version to use lts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanwan committed Nov 20, 2024
1 parent 4c24816 commit b347877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.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: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --provenance --access public
Expand Down

0 comments on commit b347877

Please sign in to comment.