Skip to content

Commit

Permalink
ci(config): set resource_class: large to avoid memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 16, 2020
1 parent cfe4dce commit f2f7ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
build:
docker:
- image: circleci/node:12
resource_class: large
working_directory: ~/spokestack-website
steps:
- checkout
Expand Down

0 comments on commit f2f7ec7

Please sign in to comment.