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

Modernize the library so it works with modern node without hacks #6

Merged
merged 6 commits into from
Oct 2, 2023

Conversation

Minivera
Copy link
Owner

@Minivera Minivera commented Oct 2, 2023

The library was built a few years ago when modules weren't as easy to work with in node as they are today, especially in node 14. This PR updates the build and testing logic so we can finally use the modern versions of node without any ESM shenanigans. It should be a lot easier to use and test, and somewhat faster to run on modern node.

Also updated codecov and its badge so we get the modern coverage with the correct uploader. V1 has been disabled for more than a year now.

The library was built a few years ago when modules weren't as easy to work with in node as they are today, especially in node 14. This PR updates the build and testing logic so we can finally use the modern versions of node without any ESM shenanigans. It should be a lot easier to use and test, and somewhat faster to run on modern node.

Also updated codecov and its badge so we get the modern coverage with the correct uploader. V1 has been disabled for more than a year now.
@Minivera Minivera merged commit 65fe329 into main Oct 2, 2023
3 checks passed
@Minivera Minivera deleted the gui/modernize branch October 2, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant