Skip to content

Commit 0fc597a

Browse files
jordanhunt22Convex, Inc.
authored andcommitted
[Node Migration] Add nodeVersion to schema spec (#40394)
Adds the `nodeVersion` to the schema spec so our customers can GitOrigin-RevId: 2e083d1d172d24cb9821a802c48d686232801a72
1 parent 563e75c commit 0fc597a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/convex.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
}
3333
}
3434
]
35+
},
36+
"nodeVersion": {
37+
"type": "string",
38+
"description": "The Node.js version to use for Node.js actions. The currently supported values are '18', '20', and '22'.\n\nDocumentation: https://docs.convex.dev/production/project-configuration#configuring-the-nodejs-version",
39+
"default": "20"
3540
}
3641
}
3742
},

0 commit comments

Comments
 (0)