mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Scripts: Upgrade TestCafe from v3.2.0 to v3.4.0 in install-nodejs.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
2
scripts/dist/install-nodejs.sh
vendored
2
scripts/dist/install-nodejs.sh
vendored
@@ -30,6 +30,6 @@ apt-get update && apt-get -qq install nodejs
|
||||
|
||||
echo "Installing TestCafe..."
|
||||
npm config set cache ~/.cache/npm
|
||||
npm install --unsafe-perm=true --allow-root -g npm@latest testcafe@3.2.0
|
||||
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest testcafe@3.4.0
|
||||
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user