CI: Generate NOTICE file with go-licenses and npm license-report

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-15 10:11:15 +02:00
parent 15f1c296ca
commit e09ce3eed3
8 changed files with 4112 additions and 96115 deletions

View File

@@ -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 npm-check-updates@latest n@latest testcafe@3.5.0
npm install --unsafe-perm=true --allow-root -g npm@latest npm-check-updates@latest license-report@latest n@latest testcafe@3.6.0
echo "Done."