From 3d55a053fbea05b71050bc26c9c37913981bd8b5 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:16:31 -0400 Subject: [PATCH] Update runner to node16 (#90) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f46a5ad..e962116 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: default: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: