diff --git a/action.yml b/action.yml index f4ec895..53026bb 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: "node16" + using: "node20" main: "dist/index.js"