Merge pull request #3485 from ethereum/js-tests-node8

Require node 8 for Javascript tests
This commit is contained in:
chriseth
2018-04-11 23:41:28 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ jobs:
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm --version
nvm install 6
nvm install 8
node --version
npm --version
- run:
@@ -79,7 +79,7 @@ jobs:
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm --version
nvm install 7
nvm install 8
node --version
npm --version
- run: