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

Change min required Node.JS version to 18.17.0 #4652

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Change min required Node.JS version to 18.17.0 #4652

merged 2 commits into from
Apr 5, 2024

Conversation

saberduck
Copy link
Contributor

@saberduck saberduck commented Apr 5, 2024

Fixes #4650

Comment on lines 57 to 58
static final List<Integer> RECOMMENDED_NODE_VERSIONS = Arrays.asList(18, 20);
static final List<Integer> ALL_RECOMMENDED_NODE_VERSIONS = Arrays.asList(18, 20, 21);
Copy link
Contributor

Choose a reason for hiding this comment

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

as mentioned on Slack, should we set the minor versions here as well?

Copy link
Contributor

@ilia-kebets-sonarsource ilia-kebets-sonarsource left a comment

Choose a reason for hiding this comment

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

@saberduck saberduck merged commit abe7b44 into master Apr 5, 2024
14 checks passed
@saberduck saberduck deleted the i4650 branch April 5, 2024 16:58
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.

Use 18.17.0 as minimum version for Node.JS
2 participants