From 72b8e3d017d7aca25b688c5e1ba29f655350efc8 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Fri, 13 Mar 2026 09:09:02 +0100 Subject: [PATCH] Upgrade Node.js version from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a28c3a7..e67dda0 100755 --- a/action.yml +++ b/action.yml @@ -22,5 +22,5 @@ inputs: default: 'https://jrsoftware.org/download.php/is.exe?site=1' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'