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.
JavaScript heap out of memory
1 parent bcc5c19 commit c410390Copy full SHA for c410390
.github/workflows/pages.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Install dependencies
26
run: pnpm i
27
+ env:
28
+ NODE_OPTIONS: --max-old-space-size=4096
29
30
- name: Build the site
31
run: |
0 commit comments