From 744ac308d324055188006e481d7ccd5c24a818a6 Mon Sep 17 00:00:00 2001 From: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:08:19 -0500 Subject: [PATCH] Apply suggestions from code review --- .projenrc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.projenrc.ts b/.projenrc.ts index 7c3d1748..8063ea0d 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -9,6 +9,7 @@ const project = new typescript.TypeScriptProject({ authorName: 'Amazon Web Services', authorUrl: 'https://aws.amazon.com', minNodeVersion: '18.12.0', + workflowNodeVersion: '18.x', keywords: [ 'aws-cdk', 'continuous-delivery',