pipeline: build: image: node:lts-buster-slim commands: - npm install - npm run test - npm run build