Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Aug 6, 2024
1 parent eb4b92a commit 10cf31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v4.0.0
with:
version: 8
version: 9

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 10cf31a

Please sign in to comment.