language: node_js node_js: - '12' - '10' - '8' branches: only: - master cache: npm: true services: - mongodb before_script: - cp .env.example .env os: - linux