Explorar el Código

fix jest hangs by downgrading node to 8

Daniel Zlotin hace 6 años
padre
commit
6751604c9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      scripts/env/installNode.sh

+ 1
- 1
scripts/env/installNode.sh Ver fichero

@@ -1,3 +1,3 @@
1 1
 #!/bin/bash -e
2 2
 
3
-nvm install stable
3
+nvm install 8