Skip to content

Commit

Permalink
Start with node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
binoculars committed Sep 11, 2023
1 parent f0685e7 commit 450d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/lib/cdk-pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CdkPipelineStack extends cdk.Stack {
phases: {
install: {
'runtime-versions': {
nodejs: 16,
nodejs: 12,
},
},
},
Expand Down

0 comments on commit 450d4a2

Please sign in to comment.