Commit 5de44ba
Add NODE_OPTIONS to deploy workflows (#1461)
* Update
* Add NODE_OPTIONS to deploy workflows
- Set NODE_OPTIONS='--max-old-space-size=8192' in all deploy workflows
- This helps prevent Node.js memory issues during deployment builds
- Applied to deploy-dev.yml, deploy-prd.yml, and deploy-stg.yml
---------
Co-authored-by: Alek99 <[email protected]>1 parent be6aa74 commit 5de44ba
File tree
3 files changed
+3
-0
lines changed- .github/workflows
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments