Skip to content

Commit

Permalink
ci: update actions dep version & fix pnpm version(corepack) & node ve…
Browse files Browse the repository at this point in the history
…rsion lts/*
  • Loading branch information
magicdawn committed Jul 5, 2024
1 parent ccf7398 commit cbddd85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with: { version: 8 }
- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-tag-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: 'pnpm'

# 1. publish local
Expand Down

0 comments on commit cbddd85

Please sign in to comment.