Add support for Node 26, bump LTS minor versions - #128
Merged
Conversation
✅ Deploy Preview for lando-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Official node:26 images dropped Yarn v1, so examples/26 never installed nodemon and the Leia suite died on every port plus gulp. Install Yarn when missing on Node 26+, keep the npm global prefix mkdir when globals are set, and switch the example build to npm install.
The builder now installs yarn on node 26+ since the official images no longer bundle it, but nothing asserted the result. Check yarn on both a plain service and one with globals, since globals previously replaced the build_internal command list rather than appending to it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Aug 13, 2026
AaronFeledy
added a commit
that referenced
this pull request
Aug 13, 2026
Add Node 25 (up to 25.9) that was skipped when #128 jumped 24 → 26. Includes examples/25 Leia coverage and docs/changelog updates.
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.

Bare minimum self-checks
mainPieces of flare
Finally
Add support for Node 26, bump LTS minor versions