language: node_js node_js: - 6 - 8 - 9 script: - yarn compile - yarn test - yarn build - yarn lint