From 37002226366f0518a6d900824af64d0e926bb772 Mon Sep 17 00:00:00 2001 From: Corey Butler <770982+coreybutler@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:17:33 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 356b2db..2aad733 100644 --- a/action.yml +++ b/action.yml @@ -58,5 +58,5 @@ outputs: build: description: \"yes\" or \"no\", indicating the tag represents a semantic version build. runs: - using: "node16" + using: "node20" main: "src/main.js"