We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79829ba commit 5d4d9efCopy full SHA for 5d4d9ef
1 file changed
.github/workflows/deploy.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Build with Eleventy
43
env:
44
NODE_ENV: production
45
+ NODE_OPTIONS: '--max_old_space_size=4096'
46
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
47
run: npm run build -- --pathprefix="/bugs.jquery.com/"
48
# - name: Upload artifact
0 commit comments