From 46618b4e1293d90b8fba43eee6b5164ee2c84a92 Mon Sep 17 00:00:00 2001 From: "Tomohiro (Tomo) SHIOYA" Date: Mon, 25 Mar 2024 22:57:57 +0900 Subject: [PATCH] fix: upgrade runtime on action.yml (#43) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80253dd..6c088ef 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ outputs: result: # id of output description: 'The result if given ALL labels have be applied to the PR' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'check-circle'