kind: pipeline name: default type: docker steps: - name: build image: node:20-alpine commands: - yarn install - yarn build