Skip to content

Commit be79c3a

Browse files
committed
ci(deploy): increase heap allocation
1 parent 5d6b2cb commit be79c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build with Eleventy
5050
env:
5151
NODE_ENV: production
52-
NODE_OPTIONS: '--max_old_space_size=4096'
52+
NODE_OPTIONS: '--max-old-space-size=8192'
5353
run: npm run build -- --pathprefix="/plugins.jquery.com/"
5454

5555
- name: Push to branch

0 commit comments

Comments
 (0)