kind: pipeline type: docker name: 构建任务 steps: - name: 编译文件 image: node:16.13.1 pull: if-not-exists # always never commands: - node -v - npm -v - yarn --version - npm install -g nrm - nrm ls - nrm use taobao - yarn install - yarn run build