Version: 0.1.10.1.20.1.40.2.00.2.10.2.20.2.30.2.50.2.60.2.80.2.90.4.00.4.10.4.20.4.30.4.41.0.01.1.02.0.02.0.13.0.03.0.13.0.23.0.33.0.43.1.03.2.03.2.14.0.04.0.15.0.05.0.1
image: Visual Studio 2017
environment:
matrix:
- nodejs_version: "10"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test