Skip to content

Commit

Permalink
Use the medium+ resource class for all tasks on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed May 17, 2023
1 parent debaaab commit 91c7b85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ defaults: &defaults
AWS_REGION_ARTIFACTS: eu-central-1
working_directory: /tmp/material-ui
docker:
- image: cimg/node:16.20
- image: cimg/node:18.16
resource_class: 'medium+'

# CircleCI has disabled the cache across forks for security reasons.
# Following their official statement, it was a quick solution, they
Expand Down Expand Up @@ -247,7 +248,7 @@ jobs:
git diff --exit-code
test_types:
<<: *defaults
resource_class: 'medium+'

steps:
- checkout
- install_js
Expand Down Expand Up @@ -297,7 +298,6 @@ jobs:
- packages/mui-utils/build
test_types_next:
<<: *defaults
resource_class: 'medium+'
steps:
- checkout
- run:
Expand Down Expand Up @@ -346,7 +346,6 @@ jobs:
exit 0
test_browser:
<<: *defaults
resource_class: 'medium+'
docker:
- image: mcr.microsoft.com/playwright:v1.33.0-focal
environment:
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"buildCommand": "build:codesandbox",
"installCommand": "install:codesandbox",
"node": "16",
"node": "18",
"packages": [
"packages/mui-material",
"packages/mui-codemod",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
command = "yarn docs:build && yarn docs:export"

[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "18"
# Not using `playwright` when building docs.
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"

Expand Down

0 comments on commit 91c7b85

Please sign in to comment.