提交 f5cd54df authored 作者: 张伊明's avatar 张伊明

合并分支 'zym-dev' 到 'pre'

修改run build 时的node版本 查看合并请求 !209
流水线 #10 已失败 于阶段
in 1 分 42 秒
......@@ -9,12 +9,14 @@ stages:
build_pre:
stage: build
image: node:18-alpine
image: node:20-bullseye
tags:
- risk-monitor-frontend
only:
- pre
script:
- node -v
- npm -v
- npm config set cache .npm --global
- npm ci --prefer-offline --no-audit --no-fund
- npm run build
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论