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