From 25f640b3c781f672dcdc44d309d9854920dc6fa9 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:53:59 -0500 Subject: [PATCH] Update to node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 91d3982..1bf8bea 100644 --- a/action.yml +++ b/action.yml @@ -69,6 +69,6 @@ inputs: converted to HTTPS. default: false runs: - using: node12 + using: node16 main: dist/index.js post: dist/index.js