From 74c9b6ad98a1e2d8d9f0d454d7592876735997ff Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:03:49 -0400 Subject: [PATCH] chore: github actions do not accept node18 (#27104) --- 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