diff --git a/action.yml b/action.yml index 69b6163..d681d7d 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ outputs: username: description: 'The slack username of the committer' runs: - using: 'node12' + using: 'node14' main: 'index.js'