diff --git a/action.yml b/action.yml index 7d71a07..27c11b3 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: required: false default: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'