node版本不支持16么?
Closed this issue · 2 comments
luoluo2001108 commented
node版本填16,流水线打包报错,12版本流水线打包正常
我看之前说明是16版本支持的,请帮忙确认一下是什么原因?
错误日志如下
2023-01-11 10:39:28change workding directory to: /.pipeline/container/context/git-checkout
2023-01-11 10:39:28 not support this node version 16
2023-01-11 10:39:28
流水线配置如下:
- stage:
- js-build:
alias: js-build
description: 针对 nodejs 工程的编译打包任务
version: "1.0"
params:
build_cmd:
- npm config set registry=https://registry.npmmirror.com
- npm i
- npm run build
- cp -r /.pipeline/container/context/git-checkout/dist /.pipeline/context/git-checkout/
node_version: 16
workdir: ${git-checkout}
chengjoey commented
可以确认下js-build action用的是否为最新镜像
新的js-build确实已经支持node 16版本了
update node version and support node@16
看这个issue应该主要是扩展市场的问题,action方面的问题欢迎到erda-actions仓库提相关issue