bito-code-review[bot] commented on code in PR #37973: URL: https://github.com/apache/superset/pull/37973#discussion_r2891420764
########## superset-frontend/.nvmrc: ########## @@ -1 +1 @@ -v20.18.3 +v22.22.0 Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Node version inconsistency with CI</b></div> <div id="fix"> The .nvmrc update to v22.22.0 aligns with package.json engines, but the Dockerfile still uses node:20-trixie-slim for CI. This could cause local builds to succeed on Node 22 while CI fails if Node 22-specific features are used. Update the Dockerfile to ensure consistency. </div> </div> <small><i>Code Review Run #6934df</i></small> </div> --- Should Bito avoid suggestions like this for future reviews? (<a href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>) - [ ] Yes, avoid them -- 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]
