From 375cc8a558b2f86982daa8fd754d40252c01af29 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:40:01 +0900 Subject: [PATCH] Update Node.js --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc515281..4b1aa721 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ outputs: changes: description: JSON array with names of all filters matching any of changed files runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: color: blue