From abcc7bf85e85805c784156c8b00bee6554b04ec4 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Tue, 4 Feb 2020 12:54:22 -0100 Subject: [PATCH] make-dist: Bump Node.js to v10.18.1 This will fix an error caused by the usage of the latest version of Angular CLI and Node.js v10.16.0. Fixes: https://tracker.ceph.com/issues/43961 Signed-off-by: Tiago Melo --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 7a6991b4569..5b9135b9990 100755 --- a/make-dist +++ b/make-dist @@ -74,7 +74,7 @@ build_dashboard_frontend() { $CURR_DIR/src/tools/setup-virtualenv.sh $TEMP_DIR $TEMP_DIR/bin/pip install nodeenv - $TEMP_DIR/bin/nodeenv -p --node=10.16.0 + $TEMP_DIR/bin/nodeenv -p --node=10.18.1 cd src/pybind/mgr/dashboard/frontend DEFAULT_LANG=`jq -r .config.locale package.json` -- 2.39.5