chore: 改用 node:22-bookworm
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user