chore: 更新 node 到 24 版本
This commit is contained in:
@@ -13,12 +13,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: dev-install
|
- name: dev-install
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:18-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
- name: dev-build
|
- name: dev-build
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:18-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build:h5
|
- npm run build:h5
|
||||||
|
|
||||||
@@ -57,12 +57,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: prod-install
|
- name: prod-install
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:18-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
- name: prod-build
|
- name: prod-build
|
||||||
image: ccr.ccs.tencentyun.com/violin/node:18-alpine
|
image: ccr.ccs.tencentyun.com/violin/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build:h5
|
- npm run build:h5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user