pipeline: build: image: node:20.19-alpine commands: - npm install - npm run build