We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6b2cb commit be79c3aCopy full SHA for be79c3a
1 file changed
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Build with Eleventy
50
env:
51
NODE_ENV: production
52
- NODE_OPTIONS: '--max_old_space_size=4096'
+ NODE_OPTIONS: '--max-old-space-size=8192'
53
run: npm run build -- --pathprefix="/plugins.jquery.com/"
54
55
- name: Push to branch
0 commit comments