mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
install-node: Upgrade Node.js to 12.18.4 and Yarn to 1.22.5.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f9f9d6aed4
commit
b7874ac82e
@@ -4,8 +4,8 @@ set -eo pipefail
|
||||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
ZULIP_SRV="/srv"
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=12.18.3
|
||||
yarn_version=1.22.4
|
||||
node_version=12.18.4
|
||||
yarn_version=1.22.5
|
||||
nvm_version=0.35.3
|
||||
|
||||
# This is a fix for the fact that nvm uses $HOME to determine which
|
||||
|
||||
Reference in New Issue
Block a user