MergeShieldDemo
Like what you see? Sign up with GitHub to start governing your own repos — free forever.
Back to Pull Requests
Update CI pipeline to Node 22
18/100 Low
18/100 Low
Risk analysis complete.Score: 18/100
GitHub
Summary
CI pipeline update to Node 22 — low risk, config-only change.
Model: claude-sonnet-4-20250514Duration: 5500msTokens: 1900
Was this analysis helpful?
Risk Scores
Overall18/100
Complexity15/100
Security5/100
Blast Radius20/100
Test Coverage10/100
Breaking Change20/100
File-Level Risk
| File | Risk | Category | Details |
|---|---|---|---|
.github/workflows/ci.yml | 18 | breaking Change | CI matrix Node version update |
Dockerfile | 15 | breaking Change | Base image version change |
breaking Change
20/100Findings
- • Node 22 is current LTS — well-supported
- • CI matrix updated from Node 20 to Node 22
- • Dockerfile base image updated to node:22-alpine
Suggestions
- → Verify all dependencies support Node 22 (check engines field in package.json)