Cloud Build Node.js 版本多久更新一次?

How often do Cloud Build Node.js versions update?

我无法忍受为这个问题花 150 美元购买 GCP 的支持服务。我只是想了解 Cloud Build Node.js 版本的时间表。它仍然停留在 Node.js v10.10 上,我的项目开始需要更高版本来构建。根据 Cloud Build 的变更日志,我认为 Node.js 版本已经多年没有更新了。有什么想法吗?

根据官方Github repository

Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js.

因此,这意味着它应该与 Node.js 12 一起使用,并且更新应该更加稳定。除此之外,在here, it says that if you are using a Cloud Build config file中,你可以使用Node.js 12,所以Node.js的最新版本应该与Cloud Build兼容。

总而言之,存储库应该遵循 Node.js 时间表。但是,如果您认为这没有发生,我建议您在 Google's Issue Tracker 上提出错误 - 顺便说一句,它是免费的 - 这样他们就可以对此进行评估。