From ea1812eacaae267fc85b1aac15bc41d6c0ebd131 Mon Sep 17 00:00:00 2001 From: Peter Woodcock Date: Thu, 16 Apr 2026 09:10:05 +0100 Subject: [PATCH] Bump action runtime from node20 to node24 Co-Authored-By: Claude Opus 4.6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 37f24434..60461ede 100644 --- a/action.yml +++ b/action.yml @@ -86,5 +86,5 @@ outputs: EC2 Instance Id of the created runner. The id is used to terminate the EC2 instance when the runner is not needed anymore. runs: - using: node20 + using: node24 main: ./dist/index.js