tasks: build: image: node:10 command: - npm args: - install test: image: node:10 command: - npm args: - run - test:mocha