--- kind: pipeline type: docker name: default steps: - name: test image: node:14 commands: - node hello.js