From ca66f3880d072ee3ace311d70cd267faa2ce7c73 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Sun, 15 Mar 2026 20:49:08 -0400 Subject: [PATCH] Update Node.js runtime from node20 to node24 (#259) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b67b5fb..39d8cae 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ outputs: branding: color: 'blue' runs: - using: 'node20' + using: 'node24' main: 'lib/index.js'