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

@@ -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'"