From 37aec905c601b0fa83102507131949f3a6b83e7f Mon Sep 17 00:00:00 2001 From: NoahCallaway <24882928+NoahCallaway@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:59:14 +0100 Subject: [PATCH] feat: update to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3885b39..3cc8385 100644 --- a/action.yml +++ b/action.yml @@ -100,7 +100,7 @@ inputs: required: false default: 'false' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'unlock'