Bugfixes (#2866)
This commit is contained in:
parent
9ce66cada6
commit
3d02a8ffba
3 changed files with 21 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/develop-workflow.yml
vendored
2
.github/workflows/develop-workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue