No doubt node js is production grade but most of the supporting tools are not. ( Tools for logging , monitoring, microservices discovery, routing etc.. although penalty of tools are available from different third parties but, not tested for stability or production grade setups.
You need to hit n try certain tools for same purpose before finalizing any.
Many companies are using Nodejs in production and successfully managing their application. Like LinkedIn , HashNode, some part of PayPal etc.. )
If you are rewriting your entire code base and want to follow microservices approach. I recommend you to have a look at spring boot and spring cloud ( Java) . They are using Netflix OSS components and provide integration and solution for everything needed to develop cloud native applications.