Skip to content

Commit

Permalink
chore: use large resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeffos authored and Avishag Israeli committed Aug 11, 2021
1 parent 338f7a9 commit 28b1197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: large
steps:
- checkout
- install_shellspec
Expand Down Expand Up @@ -408,7 +409,7 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
resource_class: small
resource_class: large
steps:
- checkout
- run:
Expand Down

0 comments on commit 28b1197

Please sign in to comment.