Skip to content

Commit 5d9a097

Browse files
chore(deps): update dependency node to v24
1 parent 2f0b927 commit 5d9a097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: '22.21.0'
46+
node-version: '24.11.0'
4747
registry-url: 'https://registry.npmjs.org'
4848
cache: pnpm
4949

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '22.21.0'
32+
node-version: '24.11.0'
3333
registry-url: 'https://registry.npmjs.org'
3434
cache: pnpm
3535

0 commit comments

Comments
 (0)