chore: 改用 node:22-bookworm
This commit is contained in:
@@ -18,7 +18,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: dev-install
|
- name: dev-install
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
volumes:
|
volumes:
|
||||||
@@ -26,7 +26,7 @@ steps:
|
|||||||
path: /root/.npm
|
path: /root/.npm
|
||||||
|
|
||||||
- name: dev-build
|
- name: dev-build
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||||
commands:
|
commands:
|
||||||
- npm run build:h5
|
- npm run build:h5
|
||||||
volumes:
|
volumes:
|
||||||
@@ -73,7 +73,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: prod-install
|
- name: prod-install
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
volumes:
|
volumes:
|
||||||
@@ -81,7 +81,7 @@ steps:
|
|||||||
path: /root/.npm
|
path: /root/.npm
|
||||||
|
|
||||||
- name: prod-build
|
- name: prod-build
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||||
commands:
|
commands:
|
||||||
- npm run build:h5
|
- npm run build:h5
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user