diff --git a/action.yml b/action.yml index b0ea9db..40150bd 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ outputs: description: 'JSON string of the deployment matrix for service deployments' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'