Skip to content

Commit 1a83841

Browse files
authored
Migrate to node24 runner (#314)
1 parent 11da852 commit 1a83841

File tree

6 files changed

+32664
-20335
lines changed

6 files changed

+32664
-20335
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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ outputs:
6868
cache-hit:
6969
description: "A boolean value that indicates an exact match was found."
7070
runs:
71-
using: "node20"
71+
using: "node24"
7272
main: "dist/restore/index.js"
7373
post: "dist/save/index.js"
7474
post-if: "success() || env.CACHE_ON_FAILURE == 'true'"

0 commit comments

Comments
 (0)