codeant-ai-for-open-source[bot] commented on PR #37102:
URL: https://github.com/apache/superset/pull/37102#issuecomment-3744834460
## **Sequence Diagram**
This PR updates Node version references (Dockerfile, .nvmrc, package.json,
package-lock.json) to LTS v22 so builds and local tooling use the same Node
runtime. Diagram shows the simple change -> commit -> build/deploy success flow.
```mermaid
sequenceDiagram
participant Developer
participant GitRepo
participant CI_Builder
participant RuntimeImage
Developer->>GitRepo: Update .nvmrc, Dockerfile, package.json,
package-lock.json (Node -> v22)
Developer->>GitRepo: Commit & push changes
GitRepo->>CI_Builder: Trigger pipeline (install/build)
CI_Builder->>RuntimeImage: Build Docker image using node:22-alpine
RuntimeImage-->>CI_Builder: Image built (Node v22)
CI_Builder-->>GitRepo: Pipeline success / artifacts published
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]