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

fix: pin node to common-js #7

Merged
merged 1 commit into from
Jun 27, 2023
Merged

fix: pin node to common-js #7

merged 1 commit into from
Jun 27, 2023

Conversation

jacob-alford
Copy link
Contributor

With the ordering as it is node (in a .mjs file) will first select import before it selects node, and because fp-ts isn't compatible, kuvio will raise node errors. This PR moves node above import, and require so that it is selected before the others.

@skeate skeate merged commit a0c1d28 into skeate:main Jun 27, 2023
6 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants