blob: 8f2ab91117c895828b41c887733df4164d36215e [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
shallow_clone: true
environment:
matrix:
- nodejs_version: 10
- nodejs_version: 12
- nodejs_version: 14
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
# Workaround for https://github.com/appveyor/ci/issues/2420
- set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
- node --version
- npm --version
- npm test