kind: pipeline steps: - name: build image: node:20-alpine3.19 commands: - npm install - npm run build