diff --git a/action.yml b/action.yml index 13a7e74..f0c33f6 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ outputs: path: # output will be available to future steps description: 'Path where the tool has been installed' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'