]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
make-dist: Bump Node.js to v10.18.1
authorTiago Melo <tmelo@suse.com>
Tue, 4 Feb 2020 13:54:22 +0000 (12:54 -0100)
committerTiago Melo <tmelo@suse.com>
Wed, 5 Feb 2020 16:53:00 +0000 (15:53 -0100)
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 <tmelo@suse.com>
make-dist

index 7a6991b4569d594a6cbbf1a587ed386bbed15800..5b9135b99905efaaa6fae33df0570990c1523470 100755 (executable)
--- 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`