Skip to content

Commit 5d4d9ef

Browse files
committed
ci(github): increase heap limit
1 parent 79829ba commit 5d4d9ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Build with Eleventy
4343
env:
4444
NODE_ENV: production
45+
NODE_OPTIONS: '--max_old_space_size=4096'
4546
# run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
4647
run: npm run build -- --pathprefix="/bugs.jquery.com/"
4748
# - name: Upload artifact

0 commit comments

Comments
 (0)