From b5abae2b36bb575345d7efa5f7f47bbe72fd5320 Mon Sep 17 00:00:00 2001 From: Furutsuki <7302203+theoremoon@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:19:01 +0900 Subject: [PATCH] update javascript runtime to node20 (#242) Octokit requires Node 18 or higher https://github.com/octokit/octokit.js/blob/1f353a839a36e2dd6d1b7049dc19cfc46a79c595/README.md#fetch-missing --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1fb06507..27d5143f 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Merge pull requests (automerge-action)" description: "Automatically merge pull requests that are ready" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "git-pull-request"