UNPKG

230 BYAMLView Raw
1image: Visual Studio 2017
2
3environment:
4 matrix:
5 - nodejs_version: "10"
6
7install:
8 - ps: Install-Product node $env:nodejs_version x64
9 - npm install
10
11build: off
12
13test_script:
14 - node --version
15 - npm --version
16 - npm test