From 5e6b7ab0c096dd1d1a7446491ef6da00b3b16437 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 30 Jan 2024 13:38:34 +0100 Subject: [PATCH] feat: Update action from node16 to node20 As node16 is deprecated. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2839a14..e7d24f5 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: 'node16' + using: 'node20' main: 'dist/index.js' branding: color: blue