pipeline: buildy: image: node:18.12.0-buster commands: - npm install - npm run test - npm run build