image: node:latest

cache:
  paths:
  - node_modules

job:
  script:
  - npm i
  - npm t
  # - npm run codecov
