ci: derive oldest Node.js version from package.json engines field#9032
ci: derive oldest Node.js version from package.json engines field#9032rochdev wants to merge 1 commit into
Conversation
Replaces the hardcoded 18 in the oldest alias with a dynamic read from engines.node in root package.json, so the alias automatically resolves to the correct minimum version on each release branch without any YAML changes. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
Overall package sizeSelf size: 6.31 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.2.0 | 104.26 kB | 843.44 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-06-22 23:21:13 Comparing candidate commit bbddf85 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1953 metrics, 12 unstable metrics.
|
Summary
18in theoldestalias with a dynamic read fromengines.nodein rootpackage.jsonoldestalias automatically resolves to the correct minimum Node.js version on each release branch (v5 vs v6) without any YAML changesTest plan
oldestresolves to18onmaster(v6,engines.node: ">=18 <27")oldestresolves to the correct minimum on a v5 branchGenerated by Claude Code