diff --git a/action.yml b/action.yml index 2485d94..3153a01 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ outputs: commits: description: 'commits in pr' runs: - using: 'node12' + using: 'node16' main: 'index.js'