From d51c248da6747968b7b6afc43489817f1f30c6a4 Mon Sep 17 00:00:00 2001 From: gagan4641 <54746803+gagan4641@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:29:57 -0400 Subject: [PATCH] chore: update GitHub Action runtime from node20 to node24 GitHub Actions is deprecating Node.js 20 for JavaScript actions. This change updates the runtime in action.yml from node20 to node24 to avoid the deprecation warning and ensure compatibility with upcoming runner defaults. No other changes were made. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f69e11f..08c5855 100644 --- a/action.yaml +++ b/action.yaml @@ -69,7 +69,7 @@ inputs: description: Verbosity level Can be -v, -vv or -vvv. runs: - using: 'node20' + using: 'node24' main: 'index.js' branding: