Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: textlint require Node.js v18.14.0>= #1343

Merged
merged 1 commit into from Feb 1, 2024
Merged

Conversation

azu
Copy link
Member

@azu azu commented Feb 1, 2024

textlint v14 drops Node.js 16 and requires Node.js 18.x.
This PR updates minimal Node.js version to v18.14.0.

v18.14.0 includes Buffer.isUtf8 and os.availableParallelism().
These may be required in minor feature.

Close #1342

The core module of Node.js may be needed in the minor version.

ref #1342
@azu azu linked an issue Feb 1, 2024 that may be closed by this pull request
2 tasks
@azu azu added the Type: Breaking Change Includes breaking changes label Feb 1, 2024
@azu azu merged commit 2b577ba into master Feb 1, 2024
17 checks passed
@azu azu deleted the feature/1342 branch February 1, 2024 02:44
@github-actions github-actions bot mentioned this pull request Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Includes breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update supported Minimal Node.js version
1 participant