language: node_js node_js: - 8 - 10 - 12 - 13 - 14 before_install: npm i -g npm@6 script: npm run test:ci