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

Remove Node.js less than 18.19.0 support #67

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

ybiquitous
Copy link
Member

Which issue, if any, is this issue related to?

None.

Is there anything in the PR that needs further explanation?

The npx ls-engines command reports as below:

Your “engines” field allows more node versions than your dependency graph does.

┌──────────────────────────────┬──────────────────────┐
│ Conflicting dependencies (2) │ engines.node         │
├──────────────────────────────┼──────────────────────┤
│ execa                        │ ^18.19.0 || >=20.5.0 │
├──────────────────────────────┼──────────────────────┤
│ human-signals                │ >=18.18.0            │
└──────────────────────────────┴──────────────────────┘

The `npx ls-engines` command reports as below:

```
Your “engines” field allows more node versions than your dependency graph does.

┌──────────────────────────────┬──────────────────────┐
│ Conflicting dependencies (2) │ engines.node         │
├──────────────────────────────┼──────────────────────┤
│ execa                        │ ^18.19.0 || >=20.5.0 │
├──────────────────────────────┼──────────────────────┤
│ human-signals                │ >=18.18.0            │
└──────────────────────────────┴──────────────────────┘
```
@ybiquitous
Copy link
Member Author

ybiquitous commented Jun 21, 2024

Node.js v18 has been in maintenance, so I think there is no problem with dropping the support of <18.19.0.
See https://nodejs.org/en/about/previous-releases

@ybiquitous ybiquitous merged commit 9fa467c into main Jun 21, 2024
13 checks passed
@ybiquitous ybiquitous deleted the bump-engines-node branch June 21, 2024 02:07
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.

1 participant