File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
packages/react-renderer-demo Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 build :
66 working_directory : ~/react-forms
77 docker :
8- - image : circleci/node:14
8+ - image : circleci/node:16
99 steps :
1010 - checkout
1111 - run :
3333 release :
3434 working_directory : ~/react-forms
3535 docker :
36- - image : circleci/node:14
36+ - image : circleci/node:16
3737 steps :
3838 - attach_workspace :
3939 at : ~/react-forms
4545 predeploy :
4646 working_directory : ~/react-forms
4747 docker :
48- - image : circleci/node:14
48+ - image : circleci/node:16
4949 steps :
5050 - attach_workspace :
5151 at : ~/react-forms
6060 deploy :
6161 working_directory : ~/react-forms
6262 docker :
63- - image : circleci/node:14
63+ - image : circleci/node:16
6464 steps :
6565 - attach_workspace :
6666 at : ~/react-forms
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna
241241
242242## Requirements
243243
244- - ** ○ NodeJS 14 **
244+ - ** ○ NodeJS 16 **
245245
246246- ** ○ Unix like OS (MacOS, Linux)**
247247
Original file line number Diff line number Diff line change 1111 "directory" : " packages/react-renderer-demo"
1212 },
1313 "engines" : {
14- "node" : " 14 "
14+ "node" : " 16 "
1515 },
1616 "private" : true ,
1717 "scripts" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna
1010
1111## Requirements
1212
13- - ** ○ NodeJS 14 **
13+ - ** ○ NodeJS 16 **
1414
1515- ** ○ Unix like OS (MacOS, Linux)**
1616
You can’t perform that action at this time.
0 commit comments