1 2 3 4 5 6 7 8 9 10 11 12
language: node_js os: linux node_js: - node - 'lts/*' - '12' script: - 'npm test' cache: npm notifications: email: on_success: never