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

declare minimum Node version #67

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Conversation

marado
Copy link
Contributor

@marado marado commented Oct 2, 2022

NodeJS versions prior to v14.13.0 do not support ESM (export keyword syntax), which is used in this module.

Thus, this patch declares v14.13.0 as the minimum Node version.

NodeJS versions prior to v14.13.0 do not support ESM (export keyword
syntax), which is used in this module.

Thus, this patch declares v14.13.0 as the minimum Node version.
@IonicaBizau IonicaBizau merged commit a75e66f into IonicaBizau:master Oct 3, 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