From 7af26de2e83d16f5deb8d22856b4ce886728571f Mon Sep 17 00:00:00 2001 From: Luke Abell Date: Fri, 2 Jun 2023 14:18:47 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'