From 4f89215ff0cd520704c7088a2aee2b21b91a9254 Mon Sep 17 00:00:00 2001 From: Henry Painter Date: Mon, 15 Aug 2022 21:22:57 +0100 Subject: [PATCH] Use node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a79d4a5..3bce204 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,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