Develop: Upgrade NodeJS from 16.x to 18.x

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-08-10 09:21:41 +02:00
parent ee2273c73d
commit 868290ecd9

View File

@@ -13,8 +13,8 @@ fi
set -e
SETUP_URL="https://deb.nodesource.com/setup_16.x"
SETUP_URL="https://deb.nodesource.com/setup_18.x"
wget --inet4-only -c -qO- https://deb.nodesource.com/setup_18.x | bash -
echo "Installing NodeJS and NPM from \"$SETUP_URL\"..."
curl -sL $SETUP_URL | bash -