We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef64243 commit a286467Copy full SHA for a286467
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- run: npm run build
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
- NODE_OPTIONS: "--max-old-space-size=4192"
+ NODE_OPTIONS: "--max-old-space-size=6144"
69
RUN_LINK_CHECK: true
70
71
- run: npm run check:worker
0 commit comments