Skip to content

Commit

Permalink
fix functions test "missing engines"
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Jul 12, 2023
1 parent 4dc2a9c commit be5afa7
Show file tree
Hide file tree
Showing 2 changed files with 622 additions and 413 deletions.
9 changes: 6 additions & 3 deletions test/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
},
"main": "index.js",
"dependencies": {
"firebase-admin": "^9.2.0",
"firebase-functions": "^3.11.0"
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1"
},
"devDependencies": {
"firebase-functions-test": "^0.2.0"
"firebase-functions-test": "^3.1.0"
},
"engines": {
"node": "20"
},
"private": true
}
Loading

0 comments on commit be5afa7

Please sign in to comment.