We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68aa33 commit a946647Copy full SHA for a946647
src/deploy/functions/runtimes/supported/types.ts
@@ -89,6 +89,12 @@ export const RUNTIMES = runtimes({
89
deprecationDate: "2027-04-30",
90
decommissionDate: "2028-10-31",
91
},
92
+ nodejs24: {
93
+ friendly: "Node.js 24",
94
+ status: "beta",
95
+ deprecationDate: "2028-04-30",
96
+ decommissionDate: "2028-10-31",
97
+ },
98
python310: {
99
friendly: "Python 3.10",
100
status: "GA",
0 commit comments