summaryrefslogtreecommitdiff
path: root/tools/pip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pip.sh')
-rwxr-xr-xtools/pip.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index 7db784690..dde6a19b3 100755
--- a/tools/pip.sh
+++ b/tools/pip.sh
@@ -22,9 +22,8 @@ if [[ ! $(command -v yarn) ]]
then
pip install nodeenv
# Initialize nodeenv and tell it to re-use the currently active virtualenv
- # TODO(jeblair): remove node version pin. upath 1.0.4 objects to node >9.
attempts=0
- until nodeenv --python-virtualenv -n 10.16.0; do
+ until nodeenv --python-virtualenv -n 14.3.0 ; do
((attempts++))
if [[ $attempts > 2 ]]
then