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