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