language: node_js
node_js:
  - '14'
before_install:
  - npm install -g npm@latest
  - npm install -g codecov
