From 67cf502a15fe53c7e3ac7464cb9ecd9c844fdd35 Mon Sep 17 00:00:00 2001 From: Nick Liffen Date: Wed, 19 Oct 2022 16:27:39 +0100 Subject: [PATCH] Update action.yml (#225) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"