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

This commit is contained in:
2025-06-24 19:55:11 +08:00
parent 131e446f61
commit fdb483d6a5

View File

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