mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
CI: Update install-nodejs.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
e1776f7ed5
commit
c709567ee7
1 changed files with 1 additions and 2 deletions
3
scripts/dist/install-nodejs.sh
vendored
3
scripts/dist/install-nodejs.sh
vendored
|
|
@ -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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue