# don't build tags, it's redundant skip_tags: true clone_depth: 5 environment: matrix: - nodejs_version: 12 - nodejs_version: 11 - nodejs_version: 10 - nodejs_version: 8 platform: - x86 - x64 install: - choco install googlechrome --ignore-checksums - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM - node --version - npm --version - npm install test_script: - npm test build: off cache: - node_modules