Skip to content

Commit d444669

Browse files
committed
Go back to node 14 until firebase is fully supporting sdk10
1 parent cbc734b commit d444669

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 16**
244+
- **○ NodeJS 14**
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
@@ -42,7 +42,7 @@
4242
"clsx": "^1.1.1",
4343
"codesandbox": "2.2.1",
4444
"docsearch.js": "^2.6.3",
45-
"firebase-admin": "^10.0.0",
45+
"firebase-admin": "^9.12.0",
4646
"firebase-functions": "^3.15.7",
4747
"markdown-to-jsx": "^7.1.1",
4848
"next": "11.1.2",

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 16**
13+
- **○ NodeJS 14**
1414

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

0 commit comments

Comments
 (0)