From 4d6d6abfb490617a55d2ecb17ea3b5b11bcfe4ac Mon Sep 17 00:00:00 2001 From: DemosJarco <1209494+demosjarco@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:50:59 -0700 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea7561f..fdf5dc9 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ branding: color: "orange" description: "Deploy your Cloudflare projects from GitHub using Wrangler" runs: - using: "node16" + using: "node20" main: "dist/index.mjs" inputs: apiToken: From f5d1ca36aea533ee7667f02670961c9074a02b0c Mon Sep 17 00:00:00 2001 From: DemosJarco <1209494+demosjarco@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:54:36 -0700 Subject: [PATCH 2/2] Added comment with link --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index fdf5dc9..7a6cfee 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,7 @@ branding: color: "orange" description: "Deploy your Cloudflare projects from GitHub using Wrangler" runs: + # Possible values: https://github.com/actions/runner/blob/main/src/Runner.Common/Util/NodeUtil.cs#L9 using: "node20" main: "dist/index.mjs" inputs: