Skip to content

Commit

Permalink
ci: increase max old space size
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Oct 24, 2023
1 parent 144b993 commit 7be523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: tsc --noEmit

- name: Build App
run: NODE_OPTIONS=--max-old-space-size=3072 yarn build:test
run: NODE_OPTIONS=--max-old-space-size=4096 yarn build:test
shell: bash
env:
VITE_PORT: ${{ vars.VITE_PORT }}
Expand Down

0 comments on commit 7be523d

Please sign in to comment.