Skip to content

Commit 9f4e5ec

Browse files
committed
Update Node.js and pnpm at CI
1 parent e16aaa1 commit 9f4e5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Checkout the repository
1515
uses: actions/checkout@v4
1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v2
17+
uses: pnpm/action-setup@v4
1818
with:
19-
version: 8
19+
version: 10
2020
- name: Install Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: pnpm
2525
- name: Install all dependencies
2626
run: pnpm install --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)