Skip to content
Draft
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
@@ -1,7 +1,7 @@
version: 2.1

orbs:
code-infra: https://raw.githubusercontent.com/mui/mui-public/a95301d3d882e0f8c016f448a48721da2e293dae/.circleci/orbs/code-infra.yml
code-infra: https://raw.githubusercontent.com/mui/mui-public/refs/heads/bump-node-to-v24/.circleci/orbs/code-infra.yml

parameters:
browserstack-force:
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@a95301d3d882e0f8c016f448a48721da2e293dae
with:
node-version: '22.18.0'
node-version: '24.14'
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.18"
NODE_VERSION = "24.14"
PNPM_FLAGS = "--frozen-lockfile"
NODE_OPTIONS = "--max-old-space-size=4096"

Expand Down
Loading