Skip to content

Commit 6ffc383

Browse files
chore(deps): update dependency node to v24
1 parent 5510eb5 commit 6ffc383

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2525
with:
26-
node-version: 20
26+
node-version: 24
2727
cache: pnpm
2828

2929
- name: Install dependencies

.github/workflows/release.yml

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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3131
with:
32-
node-version: 20
32+
node-version: 24
3333
cache: pnpm
3434

3535
- name: Install dependencies

0 commit comments

Comments
 (0)