Skip to content

Commit cfadca3

Browse files
Update Node.js 24 runtime status to GA
Updates the status of `nodejs24` runtime from `beta` to `GA` in `src/deploy/functions/runtimes/supported/types.ts`. This ensures that deployments using Node.js 24 are correctly recognized as stable.
1 parent a74bf9e commit cfadca3

File tree

1 file changed

+1
-1
lines changed
  • src/deploy/functions/runtimes/supported

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const RUNTIMES = runtimes({
9191
},
9292
nodejs24: {
9393
friendly: "Node.js 24",
94-
status: "beta",
94+
status: "GA",
9595
deprecationDate: "2028-04-30",
9696
decommissionDate: "2028-10-31",
9797
},

0 commit comments

Comments
 (0)