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'