mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user