language: node_js cache: yarn node_js: - '10.14.1' branches: only: - master script: - npm --version - npm run test - npm run build