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

restrict node version to ">=12.5.0" #236

Merged
merged 1 commit into from
Feb 11, 2022
Merged

restrict node version to ">=12.5.0" #236

merged 1 commit into from
Feb 11, 2022

Conversation

wtho
Copy link
Contributor

@wtho wtho commented Dec 5, 2021

Add the "engines" entry to package.json to make node aware of the incompatibility due to Numeric Separators used in this
code base, which are supported since NodeJS v12.5.0.

I know, you might not care, as NodeJS v12 is the LTS anyway, but it's always better to be explicit in case someone uses an outdated NodeJS version.

Add the "engines" entry to package.json to make node aware of the incompatibility due to Numeric Separators used in this
code base, which are supported since NodeJS v12.5.0.
@Qix-
Copy link
Owner

Qix- commented Feb 11, 2022

Sorry I missed this, yes that's fine. Thank you for the PR!

@Qix- Qix- merged commit a809a54 into Qix-:master Feb 11, 2022
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