CI: Upgrade TestCafe to v3.7.2 in scripts/dist/install-nodejs.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-03-11 17:59:54 +01:00
parent 2f2915451e
commit 71c89ce407

View file

@ -45,7 +45,7 @@ echo "Updating NPM..."
sudo npm update --unsafe-perm=true --allow-root -g npm
echo "Installing TestCafe..."
sudo npm install --unsafe-perm=true --allow-root -g \
npm@latest npm-check-updates@latest license-report@latest n@latest testcafe@3.7.1
npm@latest npm-check-updates@latest license-report@latest n@latest testcafe@3.7.2
echo "Installing ESLint..."
sudo npm install --unsafe-perm=true --allow-root -g \
eslint@8 eslint-config-prettier eslint-config-standard eslint-formatter-pretty \