Skip to content

Commit 664f3b9

Browse files
committed
Update pnpm
1 parent 4c5b9eb commit 664f3b9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 8
19+
version: 10
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20
23+
node-version: 25
2424
cache: pnpm
2525
- name: Install dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -31,6 +31,9 @@ jobs:
3131
strategy:
3232
matrix:
3333
node-version:
34+
- 24
35+
- 22
36+
- 20
3437
- 18
3538
- 16
3639
name: Node.js ${{ matrix.node-version }} Quick
@@ -40,7 +43,7 @@ jobs:
4043
- name: Install pnpm
4144
uses: pnpm/action-setup@v2
4245
with:
43-
version: 8
46+
version: 10
4447
- name: Install Node.js ${{ matrix.node-version }}
4548
uses: actions/setup-node@v3
4649
with:

0 commit comments

Comments
 (0)