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:
parent
89c012495c
commit
14caae4b02
1 changed files with 1 additions and 1 deletions
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."
|
Loading…
Reference in a new issue