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

This commit is contained in:
2025-06-24 19:58:28 +08:00
parent fdb483d6a5
commit d7980c3b48

View File

@ -4,7 +4,7 @@ name: test # 当前管道的名称
steps:
# 第一步:构建项目
- name: 构建
- name: build
image: node:18-alpine
commands:
- npm install