From 56170633ffcc8a840a78e8aba2f586a503dac591 Mon Sep 17 00:00:00 2001 From: Azuka Okuleye Date: Thu, 21 May 2026 14:06:35 -0700 Subject: [PATCH] Update Node.js version from 20 to 24 This looks like it was missing from #197 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 376e117e..b4f5c26f 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: required: true runs: - using: node20 + using: node24 main: dist/index.js