Skip to content

Commit b5d6889

Browse files
committed
Update to Node16
- firebase does not support '>'
1 parent bd3142b commit b5d6889

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 12+**
244+
- **○ NodeJS 16**
245245

246246
- **○ Unix like OS (MacOS, Linux)**
247247

packages/react-renderer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"directory": "packages/react-renderer-demo"
1212
},
1313
"engines": {
14-
"node": ">12"
14+
"node": "16"
1515
},
1616
"private": true,
1717
"scripts": {

packages/react-renderer-demo/src/pages/development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 12+**
13+
- **○ NodeJS 16**
1414

1515
- **○ Unix like OS (MacOS, Linux)**
1616

0 commit comments

Comments
 (0)