language: node_js node_js: - "10" - "12" - "14" - "16" before_script: - "yarn && lerna bootstrap" script: "yarn test"