Migrate to node24 runner (#314)

This commit is contained in:
Linda_pp
2026-03-11 16:02:38 +09:00
committed by GitHub
parent 11da8522bc
commit 1a8384176d
6 changed files with 16996 additions and 4667 deletions

View File

@@ -22,10 +22,10 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js 20.x
- name: Setup Node.js 24.x
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20.x
node-version: 24.x
cache: npm
- name: Install dependencies

View File

@@ -39,7 +39,7 @@ jobs:
if: steps.npm.outputs.changed != ''
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20.x
node-version: 24.x
cache: npm
- name: Re-generate and commit dist/ if changed
id: amend

View File

@@ -68,7 +68,7 @@ outputs:
cache-hit:
description: "A boolean value that indicates an exact match was found."
runs:
using: "node20"
using: "node24"
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success() || env.CACHE_ON_FAILURE == 'true'"

10827
dist/restore/index.js vendored

File diff suppressed because it is too large Load Diff

10827
dist/save/index.js vendored

File diff suppressed because it is too large Load Diff

1
package-lock.json generated
View File

@@ -673,7 +673,6 @@
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
"integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
"peer": true,
"dependencies": {
"@octokit/auth-token": "^4.0.0",
"@octokit/graphql": "^7.1.0",