diff --git a/action.yml b/action.yml index 6d6177c..e0a9f0f 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: description: 'The path to the changelog file. Defaults to `./CHANGELOG.md`' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'