Skip to content

Commit

Permalink
fix: increase max-old-space-size to 10GB
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 4, 2024
1 parent 6f93893 commit 7cb3e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkout-test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Test
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
export NODE_OPTIONS="--max-old-space-size=10120"
pnpm -C ./src/frontends/_source/ i
pnpm run test
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Build project
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
export NODE_OPTIONS="--max-old-space-size=10120"
export USERCENTRICS="65ynhGFvE"
pnpm -C ./src/frontends/_source/ i
pnpm run build
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Test
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
export NODE_OPTIONS="--max-old-space-size=10120"
pnpm -C ./src/frontends/_source/ i
pnpm run test:build
Expand Down

0 comments on commit 7cb3e28

Please sign in to comment.