Skip to content

Commit

Permalink
Use linux machine which has more memory to bundle gutenberg
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Nov 11, 2020
1 parent a8cb54b commit dfaa445
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ commands:
version: 2.1
jobs:
gutenberg-bundle-build:
docker:
- image: circleci/node:10
machine:
image: ubuntu-2004:202010-01 # Latest supported ubuntu image from https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
steps:
- git/shallow-checkout
- run: node -v
- restore-gutenberg-bundle-cache
- run:
name: Abort If JS Bundle Exists
Expand Down

0 comments on commit dfaa445

Please sign in to comment.