Skip to content

Commit eda63b1

Browse files
committed
Update Node.js version in CI workflows to v24
1 parent 715f3a0 commit eda63b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- name: Setup Node.js 20.x
25+
- name: Setup Node.js 24.x
2626
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2727
with:
28-
node-version: 20.x
28+
node-version: 24.x
2929
cache: npm
3030

3131
- name: Install dependencies

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: steps.npm.outputs.changed != ''
4040
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
4141
with:
42-
node-version: 20.x
42+
node-version: 24.x
4343
cache: npm
4444
- name: Re-generate and commit dist/ if changed
4545
id: amend

0 commit comments

Comments
 (0)