Fixing AppVeyor build by bumping Node version from 7 to 8, closes #979 (#986)

This commit is contained in:
Thomas Piekarski
2019-06-29 21:39:50 +02:00
committed by typicode
parent 6f160773d6
commit 5c0331d1dc

View File

@ -1,6 +1,6 @@
# Test against this version of Node.js
environment:
nodejs_version: "7"
nodejs_version: "8"
# Install scripts. (runs after repo cloning)
install: