From 1c180c2f11967698dc347c7f51f659d4f732346f Mon Sep 17 00:00:00 2001 From: Hugo Ferrando Seage Date: Tue, 12 May 2026 01:46:45 +0200 Subject: [PATCH] Upgrade to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1c7b073..2f7b439 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: icon: "download" color: "purple" runs: - using: "node20" + using: "node24" main: "index.js"