Skip to content

Commit

Permalink
chore: update CI workflow to use Node.js 22 and pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Dec 24, 2024
1 parent e647289 commit 5cc3037
Show file tree
Hide file tree
Showing 2 changed files with 2,942 additions and 2,289 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Run check 👀
run: pnpm run check
Loading

0 comments on commit 5cc3037

Please sign in to comment.