Skip to content

Commit

Permalink
Upgrade to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
eexit committed May 28, 2024
1 parent 17f4e5d commit f5282da
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 643 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ You can either use Docker to run the server locally or emulate the function usin
In one terminal, run this command:

```
firebase emulators:start
cd functions
yarn
firebase emulators:start --only functions
```

In another terminal, test it:
Expand Down
10 changes: 5 additions & 5 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "Joris Berthelot <[email protected]>",
"license": "MIT",
"engines": {
"node": "16"
"node": "18"
},
"dependencies": {
"body-parser": "^1.20.1",
"body-parser": "^1.20.2",
"bunyan": "^1.8.15",
"express": "^4.18.2",
"firebase-admin": "^11.2.0",
"firebase-functions": "^4.0.2",
"express": "^4.19.2",
"firebase-admin": "^12.1.1",
"firebase-functions": "^5.0.1",
"lodash": ">=4.17.21"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f5282da

Please sign in to comment.