We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9befa commit cc0d0ceCopy full SHA for cc0d0ce
.github/workflows/test-windows.yml
@@ -66,4 +66,4 @@ jobs:
66
- name: Run tests
67
run: npx jest tests/${{ matrix.test-group }}/
68
env:
69
- NODE_OPTIONS: '--max_old_space_size=4096'
+ NODE_OPTIONS: '--max_old_space_size=8192'
.github/workflows/test.yml
@@ -71,4 +71,4 @@ jobs:
71
72
73
74
0 commit comments