From 1dfbed57f624e641b537ec4adc2590243d740b48 Mon Sep 17 00:00:00 2001 From: Em Zhan Date: Mon, 17 Oct 2022 04:57:49 -0500 Subject: [PATCH] feat: run action on Node 16 instead Node 12 (#33) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 31bbf81..aec3c99 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: "node12" + using: "node16" main: "main.js"