Skip to content

Commit ac28059

Browse files
committed
fix update npm version & nan
1 parent 7430b84 commit ac28059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ install:
1515
- ps: Install-Product node $env:nodejs_version $env:platform
1616
# Upgrade npm
1717
# - npm install -g npm
18-
- npm install -g npm
18+
- npm install -g npm@5.5.1
1919
- set PATH=%APPDATA%\npm;%PATH%
20-
- npm i nan
20+
- npm i nan@2.7.0
2121
- npm install -g [email protected]
2222
- npm install -g node-pre-gyp-github
2323

0 commit comments

Comments
 (0)