gpt4 book ai didi

node.js - Azure DevOp - 指定已弃用的运行时 (nodejs12.x)

转载 作者:行者123 更新时间:2023-12-03 07:39:00 27 4
gpt4 key购买 nike

我对 Azure DevOps 和 AWS CDK 比较陌生(所以希望这个问题有意义)。我正在尝试构建管道并在“AWS Infra: cfn_lint”步骤中收到以下错误:

E2531 Deprecated runtime (nodejs12.x) specified. Updating disabled since 2022-12-14. Please consider updating to nodejs16.x
cdk.out/prd/us-east-1/prj-name-route53-hosted-zone-stack.template.json:244:9

我已经在 azure-pipeline.yaml 中更新了我的 NODE_VERSION (这让我在管道构建中更进一步),但肯定还有其他地方需要更新它。我希望有人能给我指出我可能需要更新我的 nodejs 版本的其他文件。

最佳答案

E2531 Deprecated runtime (nodejs12.x) specified. Updating disabled since 2022-12-14. Please consider updating to nodejs16.xcdk.out/prd/us-east-1/prj-name-route53-hosted-zone-stack.template.json:244:9

从错误信息来看,需要升级prj-name-route53-hosted-zone-stack.template.json中的Runtime node.js版本。

您可以在项目中找到 template.json 文件并将 Runtime 设置为 Node.js 16。

这是一个例子:

"Runtime": "nodejs16.x",
"Architectures": [
"arm64"
],
"Layers": [],
"MemorySize": 256,
"Timeout": 60

关于node.js - Azure DevOp - 指定已弃用的运行时 (nodejs12.x),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74835669/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com