Skip to content

Commit a73c2b3

Browse files
committed
Only give xlarge mahine for building
1 parent 4d3ef6e commit a73c2b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ aliases:
115115

116116
executors:
117117
node:
118+
docker:
119+
- image: circleci/node:10
120+
working_directory: ~/codesandbox-client
121+
node-xlarge:
118122
docker:
119123
- image: circleci/node:10
120124
resource_class: xlarge
@@ -279,12 +283,12 @@ commands:
279283

280284
jobs:
281285
build-deps:
282-
executor: node
286+
executor: node-xlarge
283287
steps:
284288
- checkout_with_cache
285289
- build_deps
286290
build-prod:
287-
executor: node
291+
executor: node-xlarge
288292
steps:
289293
- checkout_with_cache
290294
- build_prod

0 commit comments

Comments
 (0)