Skip to content

Commit 66504b7

Browse files
committed
ci: Node.js 24
1 parent 61c4373 commit 66504b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
version: 10.14.0
2424

2525
- name: Install Node.js
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22
28+
cache: pnpm
29+
node-version: 24
2930

3031
- name: Install dependencies
3132
run: pnpm install

0 commit comments

Comments
 (0)