From ef28d469f16304cf29da2bd31413743cc0c768e7 Mon Sep 17 00:00:00 2001 From: ctdeakin <94805878+ctdeakin@users.noreply.github.com> Date: Sun, 28 Jan 2024 07:01:15 -0500 Subject: [PATCH] chore: update node.js version from 16 to 20 (#56) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aec3c99..dd4bef0 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ outputs: is-canary: description: "If the installed Deno version was a canary version." runs: - using: "node16" + using: "node20" main: "main.js"