Skip to content

Commit

Permalink
chore: use node20 in npm publish github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daengdaengLee committed Nov 6, 2023
1 parent 4951af6 commit 953cfd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: node ./script/check-version.mjs ${{github.ref}}
publish-npm:
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
Expand Down

0 comments on commit 953cfd2

Please sign in to comment.