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