Skip to content

feat(devtime): add minimum Node version metric - #414

Merged
AlexanderKaran merged 1 commit into
e18e:mainfrom
dreyfus92:test/node-min-ver
Aug 29, 2026
Merged

feat(devtime): add minimum Node version metric#414
AlexanderKaran merged 1 commit into
e18e:mainfrom
dreyfus92:test/node-min-ver

Conversation

@dreyfus92

@dreyfus92 dreyfus92 commented Aug 28, 2026

Copy link
Copy Markdown
Member

adds a "minimum node version" section to the dev time stats: the oldest node release that satisfies every engines.node range in a starter's installed node_modules, plus the starter's own manifest.

the e18e's cli doesn't compute this, so it's done here for now, same pattern as the core-js and browser baseline scans. new run:node-engines script in stats-generator, runs in the build job, merged by save:ci-stats, validated in validate-stats. ranges are resolved with verkit.

the table also lists which packages set the floor, and there's a matching entry in the methodology page. values show up after the next stats run.

closes: #205

@dreyfus92
dreyfus92 marked this pull request as draft August 28, 2026 15:03
@dreyfus92
dreyfus92 marked this pull request as ready for review August 28, 2026 15:45
@AlexanderKaran

Copy link
Copy Markdown
Collaborator

Super nice work @dreyfus92

@AlexanderKaran
AlexanderKaran merged commit c35f21b into e18e:main Aug 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minimum Node version Test

3 participants