mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
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:
parent
2f2915451e
commit
71c89ce407
1 changed files with 1 additions and 1 deletions
2
scripts/dist/install-nodejs.sh
vendored
2
scripts/dist/install-nodejs.sh
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue