From b962e659a1ee4280260bf3f5e82aa0fef9aa2bef Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 26 May 2023 07:55:04 -0400 Subject: [PATCH] Update to node 16 (#19) updating node to 16 based on this: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7665fc2..eb8ae6f 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: required: false runs: - using: node12 + using: node16 main: dist/index.js branding: icon: git-commit