diff --git a/action.yml b/action.yml index 84f649f..a44893b 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Cleanup Runner' description: 'Cleanup self-hosted github runner' runs: - using: 'node20' + using: 'node24' main: 'index.js' pre: 'cleanup.js' post: 'cleanup.js'