test(deps): add Node.js 26 (current) support#1750
Merged
mschile merged 2 commits intocypress-io:masterfrom May 6, 2026
Merged
Conversation
|
mschile
approved these changes
May 6, 2026
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.
Situation
Node.js v26.0.0 (Current) was released on May 5, 2026.
Change
This PR adds Node.js
26:matrixComments
Since there is no change to the action itself, and the additional support of Node.js
26.xis an extension, there is no version change of the action.According to Node.js release schedule plans, Node.js
26.xis expected to transition to LTS status on Oct 28, 2026.Cypress itself continues to run under Node.js
node24within the action, and using the Cypress Module API, as explained in the README > Usage section.Note
Low Risk
Low risk: updates only CI example matrices and README documentation to include Node.js 26, without changing action/runtime behavior.
Overview
Adds Node.js 26 to the Node version matrix used by the
example-node-versionsGitHub Actions workflow, expanding CI coverage to run the same Cypress E2E example on22/24/25/26.Updates the README’s workflow snippets and the Node.js Support section to document
26.xas supported alongside22.x,24.x, and25.x.Reviewed by Cursor Bugbot for commit 65052fd. Bugbot is set up for automated code reviews on this repo. Configure here.