From 02cf4b5e51f1e34bfa129f3931fc22921d9e8854 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:32:52 +0000 Subject: [PATCH] Update to Node.js 24 Agent-Logs-Url: https://github.com/HiGarfield/cachewrtbuild/sessions/92da9a58-b10a-4d66-8446-b531f29abf8e Co-authored-by: HiGarfield <32226909+HiGarfield@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 99744948..95fb0920 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ outputs: hit: description: 'indicate cache found' runs: - using: 'node20' + using: 'node24' main: 'fetch.js' post: 'save.js' post-if: 'success()'