-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
[REQUIRED] Environment info
firebase-tools: 14.26.0
Platform: macOS
[REQUIRED] Test case
N/A
[REQUIRED] Steps to reproduce
Nodejs 24 runtime is now out of preview. However, the latest version lists it as in beta when deploying.
https://docs.cloud.google.com/functions/docs/runtime-support#node.js:

firebase-tools/src/deploy/functions/runtimes/supported/types.ts
Lines 92 to 96 in 1ed4791
| nodejs24: { | |
| friendly: "Node.js 24", | |
| status: "beta", | |
| deprecationDate: "2028-04-30", | |
| decommissionDate: "2028-10-31", |
[REQUIRED] Expected behavior
Should deploy as GA
[REQUIRED] Actual behavior
Deploys as beta.