From 601278500fb3e3f469b72ac03cf05df98c10d0e5 Mon Sep 17 00:00:00 2001 From: Abed Al Ghani Shaaban Date: Wed, 15 Jul 2026 10:00:52 +0300 Subject: [PATCH] update runtime to Node.js 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a6cc4fe..863ff15 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: description: "The raw .env text returned by the API" runs: - using: "node20" + using: "node24" main: "dist/index.js"