Skip to content

Commit 1d15c84

Browse files
authored
Merge branch 'main' into 2.4.6-develop
2 parents 77238ba + 05f0443 commit 1d15c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
with:
120120
cmd: build
121121
env:
122+
NODE_OPTIONS: "--max_old_space_size=4096"
122123
PREFIX_PATHS: true # equivalent to --prefix-paths flag for 'gatsby build'
123124
PATH_PREFIX: ${{ needs.set-state.outputs.path_prefix }}
124125
GATSBY_ADOBE_LAUNCH_SRC: ${{ secrets.AIO_ADOBE_LAUNCH_DEV_SRC }}
@@ -224,6 +225,7 @@ jobs:
224225
with:
225226
cmd: build
226227
env:
228+
NODE_OPTIONS: "--max_old_space_size=4096"
227229
PREFIX_PATHS: true # equivalent to --prefix-paths flag for 'gatsby build'
228230
PATH_PREFIX: ${{ needs.set-state.outputs.path_prefix }}
229231
GATSBY_ADOBE_LAUNCH_SRC: ${{ secrets.AIO_ADOBE_LAUNCH_PROD_SRC }}

0 commit comments

Comments
 (0)