Remove Node 18 support and misc. cleanup#2486
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
pwizla
reviewed
May 7, 2025
| The following are required if you are submitting pull requests to the documentation: | ||
|
|
||
| - NodeJS >=16.14 <=18.x.x | ||
| - NodeJS >=20.0.0 <=22.x.x |
Collaborator
There was a problem hiding this comment.
Not sure this is true for Docusaurus. I'm still running it on 18.x and it works fine. We'll postpone this update I believe.
Member
Author
There was a problem hiding this comment.
It's end of life though, no one should be using versions below 20
Collaborator
There was a problem hiding this comment.
I get where you're coming from and I understand your concerns. We'll wait for Docusaurus itself to update its own requirements, though. 18.0 is still listed on the dependencies for the latest version of Docusaurus— 3.7.0 (for instance here, https://docusaurus.io/docs/installation) and it's known to lag a bit behind because of Node-related bugs when upgrading 😅
pwizla
reviewed
May 7, 2025
pwizla
reviewed
May 7, 2025
pwizla
approved these changes
May 7, 2025
pwizla
added a commit
that referenced
this pull request
May 7, 2025
* chore: remove node 18 support and misc cleanup * Update README.md * Update SECURITY.md --------- Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
pwizla
added a commit
that referenced
this pull request
May 7, 2025
* chore: remove node 18 support and misc cleanup * Update README.md * Update SECURITY.md --------- Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
pwizla
added a commit
that referenced
this pull request
May 7, 2025
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.
What does it do?
Why is it needed?
Node 18 is now end of life as of 2025-04-30: https://endoflife.date/nodejs
Related issue(s)/PR(s)
N/A