1environment: 2 nodejs_version: "6" 3 4install: 5- ps: Install-Product node $env:nodejs_version 6- npm install 7 8test_script: 9- node --version 10- npm --version 11- npm test 12 13build: off 14