chore: 更新 node 到 24 版本

This commit is contained in:
Agent
2026-03-23 13:30:56 +00:00
parent c4d83d18bb
commit 3dc5b2f4e7

View File

@@ -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