diff options
author | Tiago Melo <tmelo@suse.com> | 2020-02-04 14:54:22 +0100 |
---|---|---|
committer | Tiago Melo <tmelo@suse.com> | 2020-02-05 17:53:00 +0100 |
commit | abcc7bf85e85805c784156c8b00bee6554b04ec4 (patch) | |
tree | aaf4ae8399ecea27b9daf100fba2201464e8e192 /make-dist | |
parent | Merge pull request #32996 from cbodley/wip-rgw-put-multipart-stripe (diff) | |
download | ceph-abcc7bf85e85805c784156c8b00bee6554b04ec4.tar.xz ceph-abcc7bf85e85805c784156c8b00bee6554b04ec4.zip |
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 <tmelo@suse.com>
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
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` |