Skip to content

Commit e186ca9

Browse files
authored
fix: nodejs18 is deprecated, not decomissioned (#8781)
* fix: nodejs18 is deprecated, not decomissioned https://cloud.google.com/functions/docs/runtime-support#node.js * fix: update firebase.json schema
1 parent bcebe0c commit e186ca9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

schema/firebase-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
},
279279
"runtime": {
280280
"enum": [
281+
"nodejs18",
281282
"nodejs20",
282283
"nodejs22",
283284
"python310",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const RUNTIMES = runtimes({
7373
},
7474
nodejs18: {
7575
friendly: "Node.js 18",
76-
status: "decommissioned",
76+
status: "deprecated",
7777
deprecationDate: "2025-04-30",
7878
decommissionDate: "2025-10-30",
7979
},

0 commit comments

Comments
 (0)