Skip to content

Commit

Permalink
Try updating Node
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 2, 2022
1 parent ff1bdf2 commit 372d472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ defaults: &defaults
AWS_REGION_ARTIFACTS: eu-central-1
working_directory: /tmp/material-ui
docker:
- image: cimg/node:14.20
- image: cimg/node:16.17

# CircleCI has disabled the cache across forks for security reasons.
# Following their official statement, it was a quick solution, they
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
@@ -1,7 +1,7 @@
{
"buildCommand": "build:codesandbox",
"installCommand": "install:codesandbox",
"node": "14",
"node": "16",
"packages": [
"packages/mui-material",
"packages/mui-codemod",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -8,7 +8,7 @@
command = "yarn docs:build && yarn docs:export"

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

Expand Down

0 comments on commit 372d472

Please sign in to comment.