Skip to content

Commit fcc11c0

Browse files
committed
feat: add node.js 24 runtime support with beta status
1 parent d68aa33 commit fcc11c0

File tree

1 file changed

+6
-0
lines changed
  • src/deploy/functions/runtimes/supported

1 file changed

+6
-0
lines changed

src/deploy/functions/runtimes/supported/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)