Skip to content

Commit 78ff0c5

Browse files
chore(deps): update dependency node to v24
1 parent a506acd commit 78ff0c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
cache: pnpm
3030

3131
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup node.js
2929
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3030
with:
31-
node-version: 20
31+
node-version: 24
3232
cache: pnpm
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)