From acef5c6fa7d812877bcb8628fde203ca85572171 Mon Sep 17 00:00:00 2001 From: Kaizen Conroy Date: Mon, 11 Sep 2023 16:56:39 -0400 Subject: [PATCH] chore: github actions do not accept node18 --- tools/@aws-cdk/prlint/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/@aws-cdk/prlint/action.yml b/tools/@aws-cdk/prlint/action.yml index c130547d78d63..0acb47398288a 100644 --- a/tools/@aws-cdk/prlint/action.yml +++ b/tools/@aws-cdk/prlint/action.yml @@ -1,5 +1,5 @@ name: Pull Request Linter description: Execute validation rules on GitHub Pull Requests runs: - using: node18 + using: node20 main: index.js \ No newline at end of file