From b9590c3d35a3e1e2ab9ed2b78c4c6e8d3833ece2 Mon Sep 17 00:00:00 2001 From: becojo <172889+becojo@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:53:32 -0400 Subject: [PATCH] upgrade to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fa353bc..7eebe6d 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ inputs: required: false default: "" runs: - using: "node16" + using: "node20" main: "index.js"