From cb2b753750ec7bf13a7cde0a476df8c5605bdfb1 Mon Sep 17 00:00:00 2001 From: korelstar Date: Sun, 1 Oct 2023 10:33:29 +0200 Subject: [PATCH] Update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94c9a58..19be9b2 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'phplint problem matcher' author: 'Kristof Hamann' description: 'Shows php lint errors as annotation (with file and code line) in GitHub Actions' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'check-square'