language: node_js os: - linux - osx node_js: - 6 - 8 - 10 - 12 - 14 jobs: include: - name: npm 7 os: linux node_js: 14 before_install: npm i npm@7 -g