From 4a6320e6eb1e335fb9dba60886ab795dfbff253b Mon Sep 17 00:00:00 2001 From: Andreas Imner Date: Thu, 19 Mar 2026 08:39:53 +0100 Subject: [PATCH] Update Node version from 20 to 24 in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c74a72f..f398f5b 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ outputs: tag: description: 'The found tag' runs: - using: 'node20' + using: 'node24' main: 'main.js' branding: icon: 'hash'