Skip to content

Commit

Permalink
Use node 12 for auto memory allocation, and a larger machine size for…
Browse files Browse the repository at this point in the history
… more RAM (#15780)
  • Loading branch information
m-allanson committed Jul 16, 2019
1 parent 56ff35b commit 72b70cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ jobs:
- run: sh ./scripts/publish-starters.sh "starters/* themes/gatsby-starter-*"

build_www:
executor: node
docker:
- image: circleci/node:12
resource_class: large # ++ RAM and CPU
steps:
- checkout
- run:
Expand Down

0 comments on commit 72b70cd

Please sign in to comment.