From 586072fccab68eb41ba60ffc089e2867dedab8e0 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Wed, 21 Jan 2026 09:13:00 +0100 Subject: [PATCH] Bump node version from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13a7e74..f0c33f6 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ outputs: path: # output will be available to future steps description: 'Path where the tool has been installed' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'