feat: add Node 25 support, update versions and docs#118
Open
AaronFeledy wants to merge 2 commits intomainfrom
Open
feat: add Node 25 support, update versions and docs#118AaronFeledy wants to merge 2 commits intomainfrom
AaronFeledy wants to merge 2 commits intomainfrom
Conversation
- Add Node 25 support (25.0-25.7) with test example - Update supported versions: 24→24.14, 23→23.11, 22→22.22, 20→20.20 - Update docs/index.md supported versions list - Move Node 15, 17, 19 to legacy in docs - Update README and config examples to use Node 25 - Add examples/25 to CI test matrix
✅ Deploy Preview for lando-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
The version updates from #117 got lost in the squash merge. This PR re-applies them along with docs updates.
Changes
Version Support
Docs & README
docs/index.mdsupported versions list — added Node 25, moved 15/17/19 to legacydocs/index.md, anddocs/config.mdto usenode:25examples/25test suiteCI
examples/25to the test matrixNote
Medium Risk
Moderate risk because it expands the supported Node image/version matrix and updates the version allowlist, which can affect runtime compatibility and CI coverage, but changes are largely additive and documentation/example-focused.
Overview
Adds Node
25(and patch tags up to25.7) to the plugin’s supported version list and refreshes the latest supported minors for Node24/23/22/20inbuilders/node.js.Updates docs/README examples to default to
node:25and reclassifies Node15/17/19as legacy indocs/index.md. Adds a newexamples/25Leia test fixture and includes it in the GitHub Actions PR test matrix.Written by Cursor Bugbot for commit 84f2ba5. This will update automatically on new commits. Configure here.