Example of how to use CDK to create a CodePipeline CI/CD pipeline, and how to configure it to deploy resources on different AWS Accounts.
111
stars
37
forks
source link
Use `LinuxBuildImage.STANDARD_5_0` as the build image #27
Closed
josebagar closed 1 year ago
Issue #, if available: #26
Description of changes:
This pull request changes the build image in the failing pipeline to use
LinuxBuildImage.STANDARD_5_0
which includes Node 14.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.