diff --git a/action.yaml b/action.yaml index eb31ef8..7c3c8c6 100644 --- a/action.yaml +++ b/action.yaml @@ -17,5 +17,5 @@ outputs: helmVersion: # id of output description: 'The next helm version' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'