Skip to content

Commit

Permalink
chore: bump CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaodingyd committed Jan 2, 2025
1 parent eac4b73 commit 52d8688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 7.18.2
version: 9.10.0
- run: pnpm i
- run: pnpm pretty
- run: pnpm test

0 comments on commit 52d8688

Please sign in to comment.