mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
install-node: Upgrade Node.js from 14.15.1 to 14.16.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9613c66560
commit
25bb98dcf5
@@ -4,7 +4,7 @@ set -eo pipefail
|
||||
ZULIP_PATH="$(dirname "$0")/../.."
|
||||
ZULIP_SRV="/srv"
|
||||
YARN_PACKAGE_JSON="$ZULIP_SRV/zulip-yarn/package.json"
|
||||
node_version=14.15.1
|
||||
node_version=14.16.0
|
||||
yarn_version=1.22.10
|
||||
nvm_version=0.37.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user