Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add support for nodejs24 (beta) runtime for Firebase Functions. (#9475)
6 changes: 6 additions & 0 deletions src/deploy/functions/runtimes/supported/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ export const RUNTIMES = runtimes({
deprecationDate: "2027-04-30",
decommissionDate: "2028-10-31",
},
nodejs24: {
friendly: "Node.js 24",
status: "beta",
deprecationDate: "2028-04-30",
decommissionDate: "2028-10-31",
},
python310: {
friendly: "Python 3.10",
status: "GA",
Expand Down
Loading