Skip to content

Commit

Permalink
ci: increase node memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 4, 2023
1 parent 5f1436a commit 90d1a8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: npm build
working-directory: komga-webui
run: npm run build
env:
NODE_OPTIONS: "--max-old-space-size=4096"
- name: npm test
working-directory: komga-webui
run: npm run test:unit
Expand Down Expand Up @@ -152,6 +154,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: :komga:prepareThymeLeaf :komga:bootJar :komga-tray:jar
env:
NODE_OPTIONS: "--max-old-space-size=4096"
- name: Generate OpenAPI docs
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 90d1a8e

Please sign in to comment.