This commit is contained in:
Joe Milazzo 2024-04-14 08:54:37 -05:00 committed by GitHub
parent 9ce66cada6
commit 3d02a8ffba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 6 deletions

View file

@ -25,7 +25,7 @@ body:
- type: dropdown
id: version
attributes:
label: Kavita Version Number - Don't see your version number listed? Then your install is out of date. Please update and see if your issue still persists.
label: Kavita Version Number - If you don not see your version number listed, please update Kavita and see if your issue still persists.
multiple: false
options:
- 0.8.0 - Stable

View file

@ -100,7 +100,7 @@ jobs:
- run: |
cd UI/Web || exit
echo 'Installing web dependencies'
npm install --legacy-peer-deps
npm install
echo 'Building UI'
npm run prod