Skip to content

Commit

Permalink
[code-infra] Update runners from node 18 to 20 (mui#14466)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas authored Sep 3, 2024
1 parent fcaf072 commit 48b1714
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default-job: &default-job
REACT_VERSION: << parameters.react-version >>
working_directory: /tmp/mui
docker:
- image: cimg/node:18.20
- image: cimg/node:20.17
# 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 .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"buildCommand": "build:codesandbox",
"installCommand": "install:codesandbox",
"node": "18",
"node": "20",
"packages": [
"packages/x-license",
"packages/x-data-grid",
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 = "pnpm docs:build"

[build.environment]
NODE_VERSION = "18"
NODE_VERSION = "20"
NODE_OPTIONS = "--max_old_space_size=4096"

[[plugins]]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/karma": "^6.3.8",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.47",
"@types/node": "^20.14.8",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
Expand Down Expand Up @@ -198,7 +198,7 @@
},
"resolutions": {
"react-is": "^18.3.1",
"@types/node": "^18.19.47"
"@types/node": "^20.14.8"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 48b1714

Please sign in to comment.