From cbca54bc091066d19ba55db5b7814f46b0b84baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 16 Mar 2026 20:08:35 +0100 Subject: [PATCH] Upgrade Node.js version from 20 to 24 (#427) Fixes #426 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ba6f8b2..ff05856 100644 --- a/action.yml +++ b/action.yml @@ -54,7 +54,7 @@ inputs: - no: do not attempt to install ccache" default: detect runs: - using: "node20" + using: "node24" main: "dist/restore/index.js" post: "dist/save/index.js" branding: