pipeline: build: image: node:${NODE_VERSION} commands: - npm install - npm run test matrix: NODE_VERSION: - latest - "8" - "7" - "6" - "4"