Node 18 Deployment Warning in Cloud Dashboard
After following the step in this doc (https://docs.convex.dev/production/project-configuration#configuring-the-nodejs-version) we are still getting the following warning: This deployment is using Node 18 and will be automatically upgraded to Node 20 on October 22, 2025. To manually configure the Node version, visit the docs.
Our convex.json:
{
"node": {
"nodeVersion": "22",
"externalPackages": ["bigint"]
}
}
Our output from npm ls convex:
@convex-dev/action-cache@0.2.11
│ └── convex@1.27.3 deduped
├─┬ @convex-dev/aggregate@0.1.23
│ └── convex@1.27.3 deduped
├─┬ @convex-dev/migrations@0.2.9
│ └── convex@1.27.3 deduped
├─┬ @convex-dev/sharded-counter@0.1.8
│ └── convex@1.27.3 deduped
├─┬ convex-helpers@0.1.86
│ └── convex@1.27.3 deduped
└── convex@1.27.3
We wait for some time and also try removing generated/ and /node_modules, please let us know what else we might be missing
Project Configuration | Convex Developer Hub
Configure your Convex project for development and production deployment using convex.json, environment variables, and deployment settings.
1 Reply
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!