Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ default-job: &default-job
COREPACK_ENABLE_DOWNLOAD_PROMPT: '0'
working_directory: /tmp/mui
docker:
- image: cimg/node:22.16
- image: cimg/node:22.18
# CircleCI has disabled the cache across forks for security reasons.
# Following their official statement, it was a quick solution, they
# are working on providing this feature back with appropriate security measures.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
name: Continuous releases
uses: mui/mui-public/.github/workflows/ci-base.yml@master
with:
node-version: '22'
node-version: '22.18.0'
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
command = "pnpm docs:build"

[build.environment]
NODE_VERSION = "22"
NODE_VERSION = "22.18"
PNPM_FLAGS = "--frozen-lockfile"
NODE_OPTIONS = "--max-old-space-size=4096"

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "10.15.1"
"pnpm": "10.15.1",
"node": ">=22.18"
}
}
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ onlyBuiltDependencies:
- nx
- sharp
- unrs-resolver

engineStrict: true
Loading