UNPKG

2acoin-multi-hashing

Version:
12 lines (10 loc) 253 B
environment: nodejs_version: "8" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install - npm test build: off