diff --git a/action.yml b/action.yml index db73f02..94c9a58 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: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'check-square'