File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
npm-packages/docs/docs/production Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,16 @@ the `_generated/api.js` file via the `generateCommonJSApi` field.
7979### Configuring the Node.js version
8080
8181You can specify which Node.js version is used by Node actions via the
82- ` node.nodeVersion ` field. To do so, you must use the ` convex ` NPM package
83- version 1.27.0 or later. The currently supported values are ` "18" ` , ` "20" ` , and
82+ ` node.nodeVersion ` field. The currently supported values are ` "18" ` , ` "20" ` , and
8483` "22" ` . [ Read more] ( /functions/runtimes.mdx#nodejs-version-configuration ) .
8584
85+ <Admonition type = " info" title = " Convex version required" >
86+
87+ To change the Node.js version used by your project, you must use the ` convex `
88+ NPM package version 1.27.0 or later.
89+
90+ </Admonition >
91+
8692``` json title="convex.json"
8793{
8894 "$schema" : " https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json" ,
You can’t perform that action at this time.
0 commit comments