feat: add Node 25 support, update versions and docs#118
Open
AaronFeledy wants to merge 3 commits intomainfrom
Open
feat: add Node 25 support, update versions and docs#118AaronFeledy wants to merge 3 commits intomainfrom
AaronFeledy wants to merge 3 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
Low Risk
Low risk: changes are limited to updating the supported Node version index, docs/examples, and CI coverage, with no functional logic changes beyond selecting newer
node:images.Overview
Adds Node 25 support by expanding
builders/node.jsto include Node25(through25.7) and refreshing the latest supported minors for24,23,22, and20.Updates
README.mdand docs to usenode:25, moves15/17/19into a Legacy versions list, and adds a newexamples/25Leia test fixture; CI (pr-node-tests.yml) is updated to run the new example in the test matrix.Written by Cursor Bugbot for commit 5523be0. This will update automatically on new commits. Configure here.