From 7e19d1db8a7cdc35e4d55e86db367026945dc551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manoel=20Sch=C3=BCrmeier?= Date: Fri, 15 May 2026 13:21:43 +0200 Subject: [PATCH] Updated action to run on Node 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e73622c..4917281 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: default: false runs: - using: 'node20' + using: 'node24' main: 'index.js' \ No newline at end of file