666
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-06-24 19:37:52 +08:00
parent fca0698644
commit 50c397c720

View File

@ -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