From 37aa911f6b6a9d8fe9fba4a96e069086a8dc95de Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 25 Jan 2024 21:14:24 -0800 Subject: [PATCH] Update Node.js version in action.yml (#361) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"