Skip to content

Commit

Permalink
ci: increase resource class (#1903)
Browse files Browse the repository at this point in the history
2G of RAM just doesn't seem to be enough anymore.
  • Loading branch information
Thomaash committed Feb 24, 2023
1 parent 5a83a17 commit 09d3413
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 @@ -4,7 +4,7 @@ executors:
node:
docker:
- image: cimg/node:18.4.0
resource_class: small
resource_class: medium
working_directory: ~/repo
environment:
GIT_AUTHOR_EMAIL: [email protected]
Expand All @@ -15,7 +15,7 @@ executors:
node-browsers:
docker:
- image: cimg/node:18.4.0-browsers
resource_class: "medium"
resource_class: medium
working_directory: ~/repo
environment:
GIT_AUTHOR_EMAIL: [email protected]
Expand Down

0 comments on commit 09d3413

Please sign in to comment.