Skip to content

Commit

Permalink
Update cdk-pipeline-stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenAskwith authored Jan 18, 2024
1 parent f069491 commit 583e4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cdk-pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DeepracerEventManagerStack } from './drem-app-stack';

// Constants
const NODE_VERSION = '18'; // other possible options: stable, latest, lts
const CDK_VERSION = '2.110.0'; // other possible options: latest
const CDK_VERSION = '2.122.0'; // other possible options: latest
const AMPLIFY_VERSION = '12.8.2';

export interface InfrastructurePipelineStageProps extends cdk.StackProps {
Expand Down

0 comments on commit 583e4c8

Please sign in to comment.