From 665617c8149b1c775295bd27cdb4ccccdd2d691b Mon Sep 17 00:00:00 2001 From: Coker Richard <82083946+cokerrd@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:39:56 +0100 Subject: [PATCH] chore:upgrade to node 24 to remove deprecation warnings --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 064fff34..b4ba16da 100644 --- a/action.yml +++ b/action.yml @@ -105,5 +105,5 @@ outputs: description: 'The ARN(s) of the task(s) that were started by the run-task option. Output is in an array JSON format.' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'