diff --git a/.circleci/config.yml b/.circleci/config.yml index 063a60190d91c..7c6b5d8f934b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cf9396cdbd05..0f0b2f522f2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/netlify.toml b/netlify.toml index 7808cf431d7b0..5c9b645365598 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"