language: node_js os: - osx - windows node_js: - 14 - 12 - 10 install: - npm install script: - npm test