awslabs / aws-bootstrap-kit

Apache License 2.0
104 stars 23 forks source link

fix(cicd): bump build image to node 14 #67

Closed flochaz closed 2 years ago

flochaz commented 2 years ago

Build started to fail since new npm version is used which is not compatible with Node10 (that seems to be the version used in current build process): https://us-west-2.console.aws.amazon.com/codesuite/codebuild/226122282356/projects/AWSBootsrapKit-cdk-constructs-Build/build/AWSBootsrapKit-cdk-constructs-Build%3A7fde0ee0-29ab-4d52-9996-0a8e08817c32/?region=us-west-2

This PR force usage of the jsii superchain node14 image (https://hub.docker.com/r/jsii/superchain/tags).

Test

Tested on 0.4.0 release: https://us-west-2.console.aws.amazon.com/codesuite/codebuild/226122282356/projects/AWSBootsrapKit-cdk-constructs-Build/build/AWSBootsrapKit-cdk-constructs-Build%3A3ab1ad8f-1272-4f57-aee1-61cd3faa21a7/?region=us-west-2

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.