【发布时间】:2019-11-23 11:15:33
【问题描述】:
Here 是关于nodejs 版本8 和10 的示例,但是当我尝试指定时
phases:
install:
runtime-versions:
nodejs: 10.15.0
我收到错误消息:Unknown runtime version named '10.15.0' of nodejs. This build image has the following versions: 10, 8
那么 aws 代码构建是否支持指定次要版本?
【问题讨论】:
标签: amazon-web-services yaml aws-codebuild