Skip to content

Commit

Permalink
update to v20 node, upgrade firebase-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Mar 12, 2024
1 parent d5f2e92 commit fdbfc46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "16"
"node": "20"
},
"main": "index.js",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"csv-string": "^4.1.1",
"express": "^4.18.2",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.0",
"firebase-functions": "^4.8.0",
"is-base64": "^1.1.0",
"joi": "^17.7.0",
"node-fetch": "^3.2.10"
Expand Down

0 comments on commit fdbfc46

Please sign in to comment.