pipeline: core: image: node commands: - node --version && npm --version - npm install - npm test