Skip to content

Commit

Permalink
fix: increase memory for test libraries job
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed May 20, 2024
1 parent 9f45b73 commit 7aab985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
test-libraries:
name: "Test Libraries"
env:
NODE_OPTIONS: "--max-old-space-size=8192"
NODE_OPTIONS: "--max-old-space-size=12288"
FORCE_COLOR: 3
CI_OS: ubuntu-latest

Expand Down

0 comments on commit 7aab985

Please sign in to comment.