Skip to content

Commit 993fc28

Browse files
Update dependency node to v24
1 parent 09f244d commit 993fc28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
version: latest
357357
- uses: actions/setup-node@v4
358358
with:
359-
node-version: 20
359+
node-version: 24
360360
registry-url: 'https://registry.npmjs.org'
361361
cache: pnpm
362362
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
cache: pnpm
3636

3737
- name: Install

0 commit comments

Comments
 (0)