Don't use latest NaN version. Use old version of node for tests.

This commit is contained in:
Kenneth Geisshirt 2018-02-27 13:24:39 +01:00
parent 1ceccd30fd
commit fd69bf7fc4
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
"decompress": "^4.2.0", "decompress": "^4.2.0",
"fs-extra": "^4.0.2", "fs-extra": "^4.0.2",
"ini": "^1.3.4", "ini": "^1.3.4",
"nan": "^2.3.3", "nan": "2.8.0",
"node-fetch": "^1.6.3", "node-fetch": "^1.6.3",
"node-pre-gyp": "^0.6.36", "node-pre-gyp": "^0.6.36",
"progress": "^2.0.0", "progress": "^2.0.0",

View File

@ -211,7 +211,7 @@ if [[ -z "$(command -v nvm)" ]]; then
set -e set -e
fi fi
if [[ "$(command -v nvm)" ]]; then if [[ "$(command -v nvm)" ]]; then
nvm install 7.10.0 nvm install 6.11.3
fi fi
# Remove cached packages # Remove cached packages