From e8c022231e61e5566452ba1e179a3311e60e3766 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Tue, 24 Jun 2025 19:59:05 +0800 Subject: [PATCH] 2342 --- .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