language: node_js node_js: - '12' env: - NODE_ENV=test install: - yarn install script: - yarn lint - yarn test