Skip to content

Commit

Permalink
Changed node-version to lts/*
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Oct 15, 2024
1 parent fe11bfa commit 972f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm-on-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@4
with:
node-version: 18.x
node-version: 'lts/*'
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm
- run: npm ci
Expand Down

0 comments on commit 972f232

Please sign in to comment.