Skip to content

Conversation

ybiquitous
Copy link
Member

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

Required by #104

Is there anything in the PR that needs further explanation?

Node.js v18 is already EOL: https://endoflife.date/nodejs

Vite v7 requires Node.js 20.19.0, so specifying it as the minimum version makes sense:

$ npm view [email protected] engines
{ node: '^20.19.0 || >=22.12.0' }

Node.js v18 is already EOL: https://endoflife.date/nodejs

Vite v7 requires Node.js 20.19.0, so specifying it as the minimum version makes sense:

```sh-session
$ npm view [email protected] engines
{ node: '^20.19.0 || >=22.12.0' }
```
@ybiquitous ybiquitous requested a review from jeddy3 August 14, 2025 10:08
@jeddy3 jeddy3 merged commit 597d5ba into main Aug 14, 2025
14 checks passed
@jeddy3 jeddy3 deleted the drop-nodejs-18 branch August 14, 2025 11:13
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.

2 participants