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

add compatibility for all versions of Node #15

Merged
merged 1 commit into from
May 30, 2022
Merged

Conversation

jamespeeler
Copy link
Owner

This update adds a conditional statement that checks the version of Node. If the version is older than Node 18, it defines 'fetch'. If you try to define 'fetch' in Node 18 or above, it breaks the code.

@jamespeeler jamespeeler merged commit 2f12b1c into Main May 30, 2022
@jamespeeler jamespeeler deleted the compatibility-update branch May 30, 2022 19:27
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