diff --git a/action.yml b/action.yml index 739ef13..c1b3137 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ outputs: installed-version: description: Version of the CLI installed on your runner. runs: - using: node20 + using: node24 main: dist/index.js