summaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorNizamudeen A <nia@redhat.com>2022-10-19 10:04:58 +0200
committerNizamudeen A <nia@redhat.com>2022-10-19 10:04:58 +0200
commit5f95db33e912ca2b4a8a9d265d8cb537a6ceab03 (patch)
tree8ca49f4a420d7fb7c0cc9443d988f36cd83c94a2 /make-dist
parentMerge pull request #48347 from ronen-fr/wip-rf-acting (diff)
downloadceph-5f95db33e912ca2b4a8a9d265d8cb537a6ceab03.tar.xz
ceph-5f95db33e912ca2b4a8a9d265d8cb537a6ceab03.zip
cmake: bump node version to 14
to update the angular to 13, we need a node version of either 12.20.x or 14.15.x or 16.10.x. But inorder to not break the angular 12 run for now we need to choose the node which works for both 12 and 13. which is 14.15.x. So I went with that node version here. Signed-off-by: Nizamudeen A <nia@redhat.com>
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 2fe9c8d3e4a..f2626871534 100755
--- a/make-dist
+++ b/make-dist
@@ -132,7 +132,7 @@ build_dashboard_frontend() {
$CURR_DIR/src/tools/setup-virtualenv.sh $TEMP_DIR
$TEMP_DIR/bin/pip install nodeenv
- $TEMP_DIR/bin/nodeenv --verbose -p --node=12.18.2
+ $TEMP_DIR/bin/nodeenv --verbose -p --node=14.15.1
cd src/pybind/mgr/dashboard/frontend
. $TEMP_DIR/bin/activate