aws-nodejs-eb-codebuild
aws-nodejs-eb-codebuild copied to clipboard
buildspec needs updating for the new Ubuntu Standard 2.0 image version
Hi,
The build fails currently because the runtime versions are not specified in the install: section.
This works:
runtime-versions:
nodejs: 10
https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#runtime-versions-buildspec-file
Cheers,
Garry
Thanks Garry. Much appreciated! Paul