diff --git a/action.yml b/action.yml index a89d692c..6f25553c 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ outputs: exitcode: description: The exit code produced by the tflint command. Only available if `tflint_wrapper` is set to `true`. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'terminal'