From 48131fd4e9b00488fc500a4f679b016b7d5b1a01 Mon Sep 17 00:00:00 2001 From: Jean Barmash Date: Sat, 15 Oct 2022 17:06:40 -0400 Subject: [PATCH] Update Action to Node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dc51528..4b1aa72 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