From 7a5c107a282f90c11b8b00b57d9feafd76108c38 Mon Sep 17 00:00:00 2001 From: kalin-sa Date: Wed, 24 Jun 2026 12:24:22 +0300 Subject: [PATCH] Use Node 24 runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 915f64f4..55eaf482 100644 --- a/action.yml +++ b/action.yml @@ -103,5 +103,5 @@ outputs: artifacts: description: JSON array with details about found artifacts runs: - using: node20 + using: node24 main: main.js