diff --git a/action.yml b/action.yml index cbe85be..ce748e5 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ outputs: analysis: description: 'The analysis of the PR from OpenAI.' runs: - using: 'node18' + using: 'node20' main: 'dist/index.js'