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