Skip to content

Commit 14e9246

Browse files
authored
Update build-and-deploy.yml
1 parent 89cf369 commit 14e9246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
npm run build
9090
env:
91-
NODE_OPTIONS: "--max-old-space-size=16384"
91+
NODE_OPTIONS: "--max-old-space-size=8192"
9292
NODE_ENV: ${{ needs.determine-environment.outputs.environment }}
9393

9494
- name: Upload artifact for deployment

0 commit comments

Comments
 (0)