Skip to content

Commit 25d34b9

Browse files
committed
Move to pnpm 9
1 parent 24ba0ef commit 25d34b9

File tree

2 files changed

+3241
-2753
lines changed

2 files changed

+3241
-2753
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v3
1919
with:
20-
version: 8
20+
version: 9
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 21
24+
node-version: 22
2525
cache: pnpm
2626
- name: Install dependencies
2727
run: pnpm install --ignore-scripts
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install pnpm
4343
uses: pnpm/action-setup@v3
4444
with:
45-
version: 8
45+
version: 9
4646
- name: Install Node.js ${{ matrix.node-version }}
4747
uses: actions/setup-node@v4
4848
with:
@@ -69,11 +69,11 @@ jobs:
6969
- name: Install pnpm
7070
uses: pnpm/action-setup@v3
7171
with:
72-
version: 8
72+
version: 9
7373
- name: Install Node.js
7474
uses: actions/setup-node@v4
7575
with:
76-
node-version: 20
76+
node-version: 22
7777
cache: pnpm
7878
- name: Install dependencies
7979
run: pnpm install --ignore-scripts

0 commit comments

Comments
 (0)