UNPKG

win-mouse

Version:
27 lines (23 loc) 599 B
# Test against this version of Node.js environment: matrix: - nodejs_version: "10" - nodejs_version: "11" - nodejs_version: "12" - nodejs_version: "13" - nodejs_version: "14" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js - ps: Install-Product node $env:nodejs_version # install modules - npm install --msvs_version=2015 # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm test # Don't actually build. build: off