language: node_js
node_js:
  - "12"
cache:
  npm: true
  directories:
    - ~/.cache
install:
  - npm ci
script:
  - npm run test
  - npm run cypress:ci
