language: node_js install: - npm install -g codecov - npm ci script: - npm test - codecov node_js: - 10 - 12 - 14