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

This commit is contained in:
2025-06-24 19:59:05 +08:00
parent d7980c3b48
commit e8c022231e

View File

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