From fdb483d6a550977a0f7695266c3a3f7d43da8626 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Tue, 24 Jun 2025 19:55:11 +0800 Subject: [PATCH] 888 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 981709c..35f871c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: test # 当前管道的名称 steps: # 第一步:构建项目 - - name: build + - name: 构建 image: node:18-alpine commands: - npm install