Update node to support Array.values in tests.

This commit is contained in:
Richard Dodd (dodj) 2019-01-17 12:59:16 +00:00 committed by GitHub
parent b0906fddba
commit 7fe76061af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ INSTALL_NODE_VIA_NVM: &INSTALL_NODE_VIA_NVM
rustup target add wasm32-unknown-unknown
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
source ~/.nvm/nvm.sh
nvm install v10.5
nvm install v10.9
INSTALL_GECKODRIVER: &INSTALL_GECKODRIVER
|