Skip to content

Commit

Permalink
Move to pnpm 9 and move CI to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 8, 2024
1 parent 24f33c2 commit 90a04f5
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 444 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install all dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down
Loading

0 comments on commit 90a04f5

Please sign in to comment.