Skip to content

Commit

Permalink
[.github][npm publish] upgrade */v2 to */v4 and node-version 18->20
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Aug 24, 2024
1 parent e446c07 commit 5241ef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 5241ef1

Please sign in to comment.