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:
Michael Mayer 2023-12-19 11:32:55 +01:00
parent 89c012495c
commit 14caae4b02

View file

@ -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."