Skip to content

Commit e2ea414

Browse files
committed
Temporary fix to memory
1 parent 2a9d31d commit e2ea414

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ jobs:
9191
9292
- run: npm install
9393

94-
- run: npm run build
94+
- name: Build with increased memory
95+
env:
96+
NODE_OPTIONS: --max-old-space-size=12288
97+
run: npm run build
9598

9699
- name: Clean up node_modules # Just to save space
97100
run: rm -rf node_modules

0 commit comments

Comments
 (0)