environment: matrix: - nodejs_version: "12" build: off install: - ps: Install-Product node $env:nodejs_version - npm install - npm run ctest - npm run wtest - npm run ftest