Skip to content

Commit fc96383

Browse files
committed
Fix node22 function deploy not working
- firebase-tools in repo root package.json was not updated (prev updated only the one in functions/ dir)
1 parent 23fa156 commit fc96383

File tree

4 files changed

+1361
-1267
lines changed

4 files changed

+1361
-1267
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/jod

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dexie": "^2.0.4",
2020
"dexie-mongoify": "^1.3.0",
2121
"fake-indexeddb": "^3.0.0",
22-
"firebase-tools": "12.4.2",
22+
"firebase-tools": "13.31.2",
2323
"object-path": "^0.11.4",
2424
"pluralize": "^8.0.0",
2525
"prettier": "2.0.4",

0 commit comments

Comments
 (0)