ci: verify supported Node.js versions - #278
Merged
David-patrick-chuks-02 merged 2 commits intoSep 6, 2026
Merged
Conversation
David-patrick-chuks-02
merged commit Sep 6, 2026
3e1fa10
into
Lilly-Protocol:main
0 of 2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm run verifygate on Node.js 20 and Node.js 24 through a CI matrix.actions/setup-nodeandcache: npm.Node.js 20 covers the declared
engines.node: ">=20"floor. Node.js 24 is the current active LTS line. The workflow continues to use the repository's completenpm run verifycommand for each matrix entry, including formatting, linting, typechecking, and tests.Local validation passed on Node.js 26.8.1: formatting, lint, typecheck, build, full
npm run verify(55 test files / 226 tests), coverage thresholds, YAML parsing, andgit diff --check. Node.js 20 and Node.js 24 execution awaits the hosted CI matrix; no local PASS claim is made for those versions.No application code, dependency, or lockfile changes are included.
Fixes #269