-
Notifications
You must be signed in to change notification settings - Fork 6
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
Upgrade dependencies #74
Conversation
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
1 similar comment
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
1 similar comment
No changes to code coverage between the base branch and the head branch |
No changes to code coverage between the base branch and the head branch |
The test that's failing ( |
Removed the native directory. Made the tests run expecting the same structure as what we distribute. That same structure is created by either running `yarn compile` or `node-pre-gyp install` (the second being how and end user gets the binary). The publish structure is the same other than the new entry point, so that should continue working. * Add NAPI to changelog, would be good to remember * bump-version: Set release version 0.8.0-pre.1 * Add a comment to clarify where changes happen Limited jest `maxWorkers` to dodge the weird GH issue tracked by jestjs/jest#10662 but won't impact local machine runs as much Co-authored-by: Leeroy Travis <ops@ironcorelabs.com>
In addition to the failure due to coverage that @giarc3 mentioned, the intermittent failure on node 12 builds seems to be a bug related to Jest in GH actions specifically. We've tried to reproduce:
and haven't been able to. The only place it fails is in GH actions, and for us so far only with Node 12. We're going to try merging this and see if we can get release builds working through the intermittent failures or not. Likely Tracking Issues: |
Daily builds of this repo just started failing. I think this is because the GitHub Actions runners recently moved to Node 16, which isn't shown as supported by our current version of
neon/neon-build
. This is an attempt to upgrade everything to latest and see if CI passes (I couldn't reproduce the error locally).