kind: pipeline name: default steps: - name: test_node123 image: node commands: - npm install - npm run build when: branch: - dev