We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3ef6e commit a73c2b3Copy full SHA for a73c2b3
.circleci/config.yml
@@ -115,6 +115,10 @@ aliases:
115
116
executors:
117
node:
118
+ docker:
119
+ - image: circleci/node:10
120
+ working_directory: ~/codesandbox-client
121
+ node-xlarge:
122
docker:
123
- image: circleci/node:10
124
resource_class: xlarge
@@ -279,12 +283,12 @@ commands:
279
283
280
284
jobs:
281
285
build-deps:
282
- executor: node
286
+ executor: node-xlarge
287
steps:
288
- checkout_with_cache
289
- build_deps
290
build-prod:
291
292
293
294
- build_prod
0 commit comments