language: node_js node_js: - "8" - "9" - "12" - "14" before_install: - npm i -g npm@latest install: - npm install