Node version should be detected in this order: - `NODE_VERSION` in env - `.nvmrc` - `.node-version` - `package.json` > `engines.node` - LTS When a range/constraint is provided, it should fetch the same list of Node.js versions which Containerbase supports.
Node version should be detected in this order:
NODE_VERSIONin env.nvmrc.node-versionpackage.json>engines.nodeWhen a range/constraint is provided, it should fetch the same list of Node.js versions which Containerbase supports.