I need nodejs runtime in AWS CodeBuild. I have tried substituting the v10.16.0 which comes packaged with codebuild with v11.14.0 but when I check node -v
output it still shows as 10.16.0.
Can anyone help me fix this ?
TIA.
I need nodejs runtime in AWS CodeBuild. I have tried substituting the v10.16.0 which comes packaged with codebuild with v11.14.0 but when I check node -v
output it still shows as 10.16.0.
Can anyone help me fix this ?
TIA.
I fixed this by curl
downloading nodejs 11.14.0 from within the buildspec and overriding the default environment variable for PATH
.