CI: Update install-nodejs.sh script

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-15 12:50:02 +02:00
parent e1776f7ed5
commit c709567ee7

View file

@ -35,7 +35,6 @@ fi
echo "Installing TestCafe..."
npm config set cache ~/.cache/npm
npm install --unsafe-perm=true --allow-root -g npm testcafe
npm update --unsafe-perm=true --allow-root -g
npm install --unsafe-perm=true --allow-root -g npm@latest testcafe@3.2.0
echo "Done."