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