From 09f7b84634e0c3174e9d1e137f3fb1caea8def7e Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:58:41 -0500 Subject: [PATCH] Update default runtime to node16 Update default runtime to node16 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9a463915..519a3b8f 100644 --- a/action.yml +++ b/action.yml @@ -67,9 +67,9 @@ inputs: default: ${{ github.token }} runs: - using: node12 + using: node16 main: dist/index.js branding: icon: package - color: blue \ No newline at end of file + color: blue