upgrade to nodejs 14.x, #62

This commit is contained in:
ronivay
2021-02-24 09:19:11 +02:00
parent 537b442ee0
commit 79c8352add
3 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ REPOSITORY="${REPOSITORY:-"https://github.com/vatesfr/xen-orchestra"}"
TIME=$(date +%Y%m%d%H%M)
LOGTIME=$(date "+%Y-%m-%d %H:%M:%S")
LOGFILE="${LOGPATH}/xo-install.log-$TIME"
NODEVERSION="12"
NODEVERSION="14"
# Set path where new source is cloned/pulled
XO_SRC_DIR="$INSTALLDIR/xo-src/xen-orchestra"