From b6828c5a4cb6371753ff873b0d1c4c4fbd9a63cb Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Thu, 25 Jan 2024 14:10:28 +0100 Subject: [PATCH] Use Node 20 instead of 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c8689d9..722a994 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: replaced: description: 'The output string' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'search'