Skip to content

Commit c74f2d5

Browse files
committed
ci: temp commit to check ci
1 parent d6514ca commit c74f2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
environment:
5959
DETECT_CHROMEDRIVER_VERSION: "true"
6060
JEST_JUNIT_OUTPUT_DIR: test-results
61-
NODE_OPTIONS: --max-old-space-size=4000
61+
NODE_OPTIONS: --max-old-space-size=1400
6262
steps:
6363
- *restore_git_cache
6464
- checkout
@@ -148,7 +148,7 @@ jobs:
148148
<<: *defaults
149149
environment:
150150
NODE_ENV: production
151-
NODE_OPTIONS: --max-old-space-size=4000
151+
NODE_OPTIONS: --max-old-space-size=1400
152152
steps:
153153
- *restore_git_cache
154154
- checkout

0 commit comments

Comments
 (0)