mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Upgrade NodeJS from 16.x to 18.x
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
ee2273c73d
commit
868290ecd9
1 changed files with 2 additions and 2 deletions
4
scripts/dist/install-nodejs.sh
vendored
4
scripts/dist/install-nodejs.sh
vendored
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue