diff --git a/action.yml b/action.yml index e56aaa8..244e8d2 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: changelog: description: 'The generated changelogs' runs: - using: 'node14' + using: 'node12' main: 'action/index.js'