bito-code-review[bot] commented on code in PR #37223: URL: https://github.com/apache/superset/pull/37223#discussion_r2722744890
########## superset-websocket/.nvmrc: ########## @@ -1 +1 @@ -v20.18.3 +v22.22.0 Review Comment: <!-- Bito Reply --> Yes, to centralize Node.js version management in this monorepo, consider placing a single .nvmrc at the root. This lets all subprojects inherit the version. Alternatively, use Volta by adding a 'volta' field in the root package.json specifying the node version. **.nvmrc** ``` v22.22.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
