Browse Source

fix jest hangs by downgrading node to 8

Daniel Zlotin 6 years ago
parent
commit
6751604c9a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/env/installNode.sh

+ 1
- 1
scripts/env/installNode.sh View File

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