From c5000cf90e000b0b464167367aaccf1ed0f664a4 Mon Sep 17 00:00:00 2001 From: "Lea N." <104503492+LeaDevelop@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:04:27 +0200 Subject: [PATCH] bump up node from version 20 to 24 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fcbe5d3..4e58e4a 100644 --- a/action.yml +++ b/action.yml @@ -33,5 +33,5 @@ inputs: required: false runs: - using: 'node20' - main: 'dist/index.js' \ No newline at end of file + using: 'node24' + main: 'dist/index.js'