Skip to content

Commit c29d12d

Browse files
committed
Switch to node version "8" and dont use npm@next to fix the build
1 parent 8b44958 commit c29d12d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Test against this version of Node.js
22
environment:
3-
nodejs_version: "6"
3+
nodejs_version: "8"
44

55
# Install scripts. (runs after repo cloning)
66
install:
77
- ps: Install-Product node $env:nodejs_version
88
- node --version
9-
- npm install -g npm@next
109
- npm --version
1110
- cd build
1211
- npm install

0 commit comments

Comments
 (0)