Merge pull request #351 from crytic/dev-fix-node-version

Use node 10.17.0 for embark and etherlime
pull/353/head
Feist Josselin 5 years ago committed by GitHub
commit c8fb67f2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/travis_test_embark.sh
  2. 4
      scripts/travis_test_etherlime.sh

@ -7,8 +7,8 @@ cd test_embark
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install --lts
nvm use --lts
nvm install 10.17.0
nvm use 10.17.0
npm --version
npm install -g embark

@ -7,8 +7,8 @@ cd test_etherlime
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install --lts
nvm use --lts
nvm install 10.17.0
nvm use 10.17.0
npm i -g etherlime
etherlime init

Loading…
Cancel
Save