pipeline: build: image: node:latest commands: - node --version - npm --version - npm install - npm run test