diff --git a/action.yml b/action.yml index 45ee272..f4ec895 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: "The command you would like AWS CloudFormation Linter to Run" required: false runs: - using: "node12" + using: "node16" main: "dist/index.js"