Skip to content

ci: node-floor -> node-versions matrix#595

Merged
btravers merged 1 commit into
mainfrom
ci/node-versions-matrix
Jul 24, 2026
Merged

ci: node-floor -> node-versions matrix#595
btravers merged 1 commit into
mainfrom
ci/node-versions-matrix

Conversation

@btravers

Copy link
Copy Markdown
Contributor

The reusable workflow dropped the separate test-floor job; the test job now runs as a Node-versions matrix. Switch this caller from node-floor: "22.19" to node-versions: '["", "22.19"]' (primary + engines floor).

Copilot AI review requested due to automatic review settings July 24, 2026 10:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this repository’s CI workflow caller to align with the latest btravstack/config reusable CI workflow interface, which now runs tests using a Node version matrix instead of a separate “floor” job.

Changes:

  • Replace the deprecated node-floor input with the new node-versions input.
  • Configure the test matrix to run on the primary Node version ("" = .node-version) and the engines floor (22.19).

@btravers
btravers merged commit 26d32aa into main Jul 24, 2026
13 checks passed
@btravers
btravers deleted the ci/node-versions-matrix branch July 24, 2026 10:27
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.

2 participants