Skip to content

Commit

Permalink
Upgrade node-version for functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Nov 17, 2024
1 parent a67334f commit de61467
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 435 deletions.
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"engines": {
"node": "16"
"node": "18"
},
"scripts": {
"lint": "eslint .",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-tools": "^11.30.0"
"firebase-tools": "^13.6.0"
},
"private": true
}
Loading

0 comments on commit de61467

Please sign in to comment.