Skip to content

feat: update Node.js version matrix to include lts/*#641

Closed
dreyfus92 wants to merge 6 commits intoe18e:mainfrom
dreyfus92:feat/test-node
Closed

feat: update Node.js version matrix to include lts/*#641
dreyfus92 wants to merge 6 commits intoe18e:mainfrom
dreyfus92:feat/test-node

Conversation

@dreyfus92
Copy link
Copy Markdown
Collaborator

@dreyfus92 dreyfus92 commented Apr 29, 2026

🔗 Linked issue

📚 Description

tweaks the main CI to track LTS

closes: #619

strategy:
matrix:
node-version: [20.x, 22.x, latest]
node-version: [20.x, 22.x, lts/*, latest]
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.

presumably lts currently includes 20?

we don't really want to remove the explicit 20.x though as that'd mean our tested versions is a moving window.

it may be better to specify 25 directly 🤔

Comment thread manifests/native.json
dreyfus92 and others added 4 commits April 30, 2026 14:48
* feat(preferred): add `bcrypt` replacements and docs

* Apply suggestions from code review

Co-authored-by: Roman <dev@rman.dev>
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>

---------

Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
Co-authored-by: Roman <dev@rman.dev>
…e#638)

* feat(preferred): add wrap-ansi replacement to fast-wrap-ansi

* Update docs/modules/wrap-ansi.md

Co-authored-by: Roman <dev@rman.dev>

* Update docs/modules/wrap-ansi.md

Co-authored-by: Roman <dev@rman.dev>

---------

Co-authored-by: Roman <dev@rman.dev>
@dreyfus92
Copy link
Copy Markdown
Collaborator Author

gonna open a new pr 😂

@dreyfus92 dreyfus92 closed this Apr 30, 2026
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.

Test Node v24 as well as latest

3 participants