From 8c90c1fa9b327c3321e1a06394f88d872e53b003 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Thu, 12 Mar 2026 13:33:43 -0400 Subject: [PATCH] Update Node.js runtime from node20 to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b67b5fbf..39d8caec 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ outputs: branding: color: 'blue' runs: - using: 'node20' + using: 'node24' main: 'lib/index.js'