File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ defaults: &defaults
44
44
AWS_REGION_ARTIFACTS : eu-central-1
45
45
working_directory : /tmp/material-ui
46
46
docker :
47
- - image : cimg/node:12.22
47
+ - image : cimg/node:14.19
48
48
49
49
# CircleCI has disabled the cache across forks for security reasons.
50
50
# Following their official statement, it was a quick solution, they
Original file line number Diff line number Diff line change 1
1
{
2
2
"buildCommand" : " build:codesandbox" ,
3
3
"installCommand" : " install:codesandbox" ,
4
- "node" : " 12 " ,
4
+ "node" : " 14 " ,
5
5
"packages" : [
6
6
" packages/mui-material" ,
7
7
" packages/mui-codemod" ,
Original file line number Diff line number Diff line change 8
8
command = " yarn docs:build && yarn docs:export"
9
9
10
10
[build .environment ]
11
- NODE_VERSION = " 12 "
11
+ NODE_VERSION = " 14 "
12
12
# Not using `playwright` when building docs.
13
13
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = " 1"
14
14
You can’t perform that action at this time.
0 commit comments