File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/deploy/functions/runtimes/supported Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ - Add support for nodejs24 (beta) runtime for Firebase Functions. (#9475 )
12- Adds listServices and also defines trigger within runv2.ts [ #9482 ]
Original file line number Diff line number Diff line change 77 " nodejs18" ,
88 " nodejs20" ,
99 " nodejs22" ,
10+ " nodejs24" ,
1011 " python310" ,
1112 " python311" ,
1213 " python312" ,
915916 " nodejs18" ,
916917 " nodejs20" ,
917918 " nodejs22" ,
919+ " nodejs24" ,
918920 " python310" ,
919921 " python311" ,
920922 " python312" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ export const RUNTIMES = runtimes({
8989 deprecationDate : "2027-04-30" ,
9090 decommissionDate : "2028-10-31" ,
9191 } ,
92+ nodejs24 : {
93+ friendly : "Node.js 24" ,
94+ status : "beta" ,
95+ deprecationDate : "2028-04-30" ,
96+ decommissionDate : "2028-10-31" ,
97+ } ,
9298 python310 : {
9399 friendly : "Python 3.10" ,
94100 status : "GA" ,
You can’t perform that action at this time.
0 commit comments