From 99e85f75f10d889915230b9aeeab95b466e37f4e Mon Sep 17 00:00:00 2001 From: InoUno Date: Thu, 19 Sep 2024 11:11:11 +0900 Subject: [PATCH] Switch to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 250c0fc..685c4c5 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ outputs: invalidFiles: description: List of files which failed the validation. runs: - using: 'node16' + using: 'node20' main: 'github-action/dist/index.js' branding: color: green