Skip to content

Commit a286467

Browse files
authored
Expand --max-old-storage-space for CI (#26175)
1 parent ef64243 commit a286467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- run: npm run build
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
NODE_OPTIONS: "--max-old-space-size=4192"
68+
NODE_OPTIONS: "--max-old-space-size=6144"
6969
RUN_LINK_CHECK: true
7070

7171
- run: npm run check:worker

0 commit comments

Comments
 (0)