language: node_js sudo: false node_js: - 10 cache: yarn install: - cd scripts && yarn && cd .. script: - cd scripts && yarn verify-all