Problem
The CI matrix tests against Node.js [18, 20]:
- Node 18 reached EOL in April 2025
- Node 20 enters maintenance mode in October 2026
octo-adapters already uses Node 22
Testing against two outdated versions wastes CI minutes and is misaligned with the org standard.
Proposed change
Replace the matrix with a single Node.js 22 (current LTS) target in .github/workflows/ci.yml.
Acceptance
Implemented by #73.
Problem
The CI matrix tests against Node.js
[18, 20]:octo-adaptersalready uses Node 22Testing against two outdated versions wastes CI minutes and is misaligned with the org standard.
Proposed change
Replace the matrix with a single Node.js 22 (current LTS) target in
.github/workflows/ci.yml.Acceptance
.github/workflows/ci.ymlusesnode-version: 22directlyactionlint)Implemented by #73.