mirror of
https://github.com/gotson/komga.git
synced 2025-01-05 10:17:02 +08:00
ci(webui): use node 18
This commit is contained in:
parent
d6680a4f42
commit
dedb01fe08
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: komga-webui/package-lock.json
|
||||
|
||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
run: diff --unified ./komga-tray/conveyor/required-jdk-modules.txt ./output/required-jdk-modules.txt
|
||||
|
||||
- name: Upload JDK required modules
|
||||
if: failure()
|
||||
if: steps.conveyor_compare.outcome == 'failure'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: conveyor-required-jdk-modules
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: komga-webui/package-lock.json
|
||||
- name: npm install
|
||||
|
@ -7,7 +7,7 @@ Thanks a lot for contributing to Komga!
|
||||
You will need:
|
||||
|
||||
- Java JDK version 17 & 21
|
||||
- Nodejs version 16+
|
||||
- Nodejs version 18+ (check the `.nvmrc` file)
|
||||
|
||||
## Setting up the project
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user