This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user