From 50c397c720da6539053413d771844569f4721e73 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Tue, 24 Jun 2025 19:37:52 +0800 Subject: [PATCH] 666 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c5c8791..537fec7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: test # 当前管道的名称 steps: # 第一步:构建项目 - name: build - image: hub-mirror.c.163.com/library/node:18-alpine + image: node:18-alpine commands: - npm install - npm run build