ci: update
This commit is contained in:
parent
e3d052774a
commit
7ef176d6fb
|
@ -1,9 +1,14 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
|
||||||
name: backset.cn ci
|
name: backset.cn ci
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: 基础环境
|
||||||
|
image: node:16.17
|
||||||
|
commnads:
|
||||||
|
- node -v
|
||||||
|
- npm -v
|
||||||
|
|
||||||
- name: 依赖更新
|
- name: 依赖更新
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user