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

chore!: drop support for Node.js 14 and 19 #196

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

mrazauskas
Copy link
Owner

Dropping support for Node.js 14 and 19. These versions are EOL (reference: the release schedule); and it seems like Docusaurus 3 does not plan to support them too.

@@ -9,7 +9,7 @@
},
"main": "src/index.js",
"engines": {
"node": ">=14"
"node": ">=16.14"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrazauskas mrazauskas changed the title chore!: drop support for Node.js 14 and 19 #319 chore!: drop support for Node.js 14 and 19 Sep 15, 2023
@mrazauskas mrazauskas merged commit b8fb9d6 into main Sep 15, 2023
9 checks passed
@mrazauskas mrazauskas deleted the drop-support-for-Node.js-v14-and-v19 branch September 15, 2023 09:10
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.

None yet

1 participant