diff --git a/action.yml b/action.yml index ef58e699..fb7cb2de 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ outputs: node-version: description: 'The installed node version.' runs: - using: 'node20' + using: 'node24' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()