Skip to content

Commit

Permalink
chore: CircleCI resource class large
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 16, 2019
1 parent 38ad11e commit 3c64890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
<<: *defaults
docker:
- image: node:10
resource_class: medium+
resource_class: large
steps:
- checkout
- restore_cache: *restore-cache
Expand All @@ -44,7 +44,7 @@ jobs:
<<: *defaults
docker:
- image: node:10
resource_class: medium+
resource_class: large
steps:
- checkout
- restore_cache: *restore-cache
Expand Down

0 comments on commit 3c64890

Please sign in to comment.