From 3dc5b2f4e7740eae52a7a5b503b2f0e8dceb7885 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 13:30:56 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20node=20=E5=88=B0?= =?UTF-8?q?=2024=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 28b69d6..db0b40d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,12 +13,12 @@ trigger: steps: - name: dev-install - image: ccr.ccs.tencentyun.com/violin/node:18-alpine + image: ccr.ccs.tencentyun.com/violin/node:24-alpine commands: - npm install - name: dev-build - image: ccr.ccs.tencentyun.com/violin/node:18-alpine + image: ccr.ccs.tencentyun.com/violin/node:24-alpine commands: - npm run build:h5 @@ -57,12 +57,12 @@ trigger: steps: - name: prod-install - image: ccr.ccs.tencentyun.com/violin/node:18-alpine + image: ccr.ccs.tencentyun.com/violin/node:24-alpine commands: - npm install - name: prod-build - image: ccr.ccs.tencentyun.com/violin/node:18-alpine + image: ccr.ccs.tencentyun.com/violin/node:24-alpine commands: - npm run build:h5