Skip to content

Commit

Permalink
Merge branch 'master' into jh-better-core-app-proj-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored Dec 6, 2024
2 parents b983781 + 01d3413 commit 3d4c65a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Added default value for `emulators.dataconnect.dataDir` to `init dataconnect`.
- Fixed an issue where `firebase` would error out instead of displaying help text.
- Improved error messaging when using a project that does not have Firebase enabled.
- Changes default CF3 runtime to nodejs22 (#8037)
2 changes: 1 addition & 1 deletion src/deploy/functions/runtimes/supported/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const RUNTIMES = runtimes({
},
nodejs22: {
friendly: "Node.js 22",
status: "beta",
status: "GA",
deprecationDate: "2027-04-30",
decommissionDate: "2027-10-31",
},
Expand Down
2 changes: 1 addition & 1 deletion templates/init/functions/javascript/package.lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "22"
},
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/init/functions/javascript/package.nolint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "22"
},
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/init/functions/typescript/package.lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "22"
},
"main": "lib/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/init/functions/typescript/package.nolint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "22"
},
"main": "lib/index.js",
"dependencies": {
Expand Down

0 comments on commit 3d4c65a

Please sign in to comment.