From 2e17d7b28d00496a2b78d20a627e36a22d71fcb6 Mon Sep 17 00:00:00 2001 From: zhanknight <20487008+zhanknight@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:31:45 -0400 Subject: [PATCH] Update node12 to node16 Node 12 is deprecated, bumping to node 16. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f7c5428..d861e05 100644 --- a/action.yml +++ b/action.yml @@ -228,5 +228,5 @@ branding: ## Even though the Action logic may be implemented ## in PWSH, we still need a NodeJS entry point runs: - using: node12 + using: node16 main: _init/index.js