kind: pipeline name: steps: - name: build image: node:20-alpine3.18 commands: - npm install - npm install -g @angular/cli - ng build