Skip to content

chore: Upgrade supported Node.js to 20 #4257

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

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This page shows the minimum required versions of supported technologies for Vaad

| Java| 17 or later
| Spring Boot| 3.0 or later
| Node.js| 18 or later
| Node.js| 20 or later
Copy link
Member

Choose a reason for hiding this comment

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

This seems to be a 24.0 list and now you are changing only one part of it but still linking to 24.0.0 release notes above. It should be made clearer that this is for the latest minor of Vaadin 24, link to that and also update all the other rows from 24.7.0 release notes

| Maven| 3.5 or later (except for 3.8.2 and 3.8.3)
| Gradle| 8.5 or later
| Servlet| 6 or later
Expand Down
Loading