_e_
Convex Community4mo ago
2 replies
_e

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
Configure your Convex project for development and production deployment using convex.json, environment variables, and deployment settings.
Project Configuration | Convex Developer Hub
Was this page helpful?