dependencies: Upgrade node to 12.3.1.

API changes:
* The behaviour of Date.toLocaleTimeString() reverts to pre 8.0.0,
  this only affects automated tests. Lots of other API changes but
  we didn't use any of those.
* The internal sorting algorithm changed which causes one of our own
  compare function to miss coverage.
This commit is contained in:
Thomas Ip
2019-06-04 10:28:47 +08:00
committed by Tim Abbott
parent af5d3769a7
commit c6cdcd082e
3 changed files with 14 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ if [ "$TRAVIS" ] ; then
ZULIP_SRV="/home/travis"
fi
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
node_version=8.11.1
node_version=12.3.1
yarn_version=1.16.0
# This is a fix for the fact that nvm uses $HOME to determine which