chore: 改用 node:22-bookworm

This commit is contained in:
Agent
2026-03-23 13:45:59 +00:00
parent efac494063
commit 38d68063a2

View File

@@ -18,7 +18,7 @@ trigger:
steps:
- name: dev-install
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
commands:
- npm install
volumes:
@@ -26,7 +26,7 @@ steps:
path: /root/.npm
- name: dev-build
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
commands:
- npm run build:h5
volumes:
@@ -73,7 +73,7 @@ trigger:
steps:
- name: prod-install
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
commands:
- npm install
volumes:
@@ -81,7 +81,7 @@ steps:
path: /root/.npm
- name: prod-build
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
commands:
- npm run build:h5
volumes: