From 100a1198b209450115509c0565d407ac269190dc Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 4 Dec 2023 20:42:41 +0100 Subject: [PATCH] Revert back to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e7d24f5..2839a14 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: 'node20' + using: 'node16' main: 'dist/index.js' branding: color: blue