language: node_js node_js: - "15" - "14" - "13" script: - npm install - npm run bootstrap - npm test