Skip to content

Commit 2c3159a

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ aliases:
5555
jobs:
5656
build-test-no-cache:
5757
<<: *defaults
58+
resource_class: large
5859
environment:
5960
DETECT_CHROMEDRIVER_VERSION: "true"
6061
JEST_JUNIT_OUTPUT_DIR: test-results
61-
NODE_OPTIONS: --max-old-space-size=1400
62+
NODE_OPTIONS: --max-old-space-size=4000
6263
steps:
6364
- *restore_git_cache
6465
- checkout
@@ -146,9 +147,10 @@ jobs:
146147
path: test-results
147148
build:
148149
<<: *defaults
150+
resource_class: large
149151
environment:
150152
NODE_ENV: production
151-
NODE_OPTIONS: --max-old-space-size=1400
153+
NODE_OPTIONS: --max-old-space-size=4000
152154
steps:
153155
- *restore_git_cache
154156
- checkout

0 commit comments

Comments
 (0)