ci: update

This commit is contained in:
mozzie 2023-03-05 17:42:12 +08:00
parent e3d052774a
commit 7ef176d6fb

View File

@ -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