File tree Expand file tree Collapse file tree 6 files changed +32664
-20335
lines changed
Expand file tree Collapse file tree 6 files changed +32664
-20335
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ outputs:
6868 cache-hit :
6969 description : " A boolean value that indicates an exact match was found."
7070runs :
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'"
You can’t perform that action at this time.
0 commit comments