From 964dd6e350427a3bf8dffeb8562d598202e48a31 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 25 Jan 2024 21:11:21 -0800 Subject: [PATCH] Update action.yml --- 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"