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

test lower node versions properly #661

Merged
merged 6 commits into from
Mar 28, 2024
Merged

test lower node versions properly #661

merged 6 commits into from
Mar 28, 2024

Conversation

mmkal
Copy link
Contributor

@mmkal mmkal commented Mar 28, 2024

previous CI setup wasn't actually running, it was throwing an uncaught rejection and somehow exiting with code 0 anyway

getting vitest to work on node 12 was miles away from working, so moving the node version tests to the test_tgz job, which is a simpler test that ensures the basics work.

Also adds some small fixes to the library itself to get it closer to working, but the glob dependency is the sticking point for node 12. 14, 16, 18 are now fine.

glob dependency will be replaced in #660

If getting node 12 to work proves impossible, we might need to just go to a v4 release but hopefully not.

@mmkal mmkal merged commit e4f7865 into main Mar 28, 2024
14 of 16 checks passed
@mmkal mmkal deleted the fix-lower-node-version-tests branch March 28, 2024 18:47
Copy link

github-actions bot commented Apr 4, 2024

Released in v3.8.0.

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.

None yet

1 participant