From 11b0235d82684425744849802bc57b6dc377ee6a Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Wed, 11 Mar 2026 21:14:07 -0700 Subject: [PATCH] Update action runtime from node20 to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f2e8449..0f701c5 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ branding: icon: "check-square" color: "green" runs: - using: "node20" + using: "node24" pre: "dist/pre/index.js" main: "dist/index.js" post: "dist/post/index.js"