Skip to content

Commit 4143e8e

Browse files
committed
Fix actions
1 parent 60d4d03 commit 4143e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
with:
28-
version: 9.15.1
28+
version: 10.12.0
2929
run_install: false
3030

3131
- name: Install Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
cache: 'pnpm'
3636

3737
- name: Install dependencies

0 commit comments

Comments
 (0)