From eb5637774094e60ff6ce64b19ef7a9da5f208030 Mon Sep 17 00:00:00 2001 From: "ryudai.takai" <> Date: Sat, 9 Sep 2023 22:16:15 +0900 Subject: [PATCH] Update node version to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5e67a1f..8192c95 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ outputs: description: Full hash of the created commit. Only present if the "changes_detected" output is "true". runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: