environment: nodejs_version: "8" install: - ps: Install-Product node $env:nodejs_version - yarn test_script: - git --version - node --version - yarn --version - yarn test cache: - node_modules -> yarn.lock build: off