kind: pipeline name: default steps: - name: test image: node:16 commands: - npm install - npm test