Skip to content

Commit

Permalink
upgrade github actions to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed May 10, 2024
1 parent 346e8ae commit 39c0a1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true
env:
NPM_TOKEN: xxx
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true
env:
NPM_TOKEN: xxx
Expand Down

0 comments on commit 39c0a1f

Please sign in to comment.