diff --git a/action.yml b/action.yml index 954653b..a1acaba 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ outputs: version: description: 'Version of the hlint tool (same as input, if provided)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'arrow-down-circle'