From 0c80a73ac3f30f6b89ad5f367950eb0dda2cd860 Mon Sep 17 00:00:00 2001 From: "masaya.suzuki" Date: Mon, 29 Jan 2024 12:13:31 +0900 Subject: [PATCH] Update Node.js to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5032ee19..d8ff7c8c 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ inputs: required: false runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "check-circle"