-
Notifications
You must be signed in to change notification settings - Fork 298
Karma Update / CI Checks on Node 12, 14 #138
Conversation
5d12854
to
282d91a
Compare
@evertonfraga @ryanio any ideas from the CI pros here why Node 14 is failing? 🤔 |
The first failure I could detect was on this badge update PR: #134. As there wasn't any other code change on that matter, I strongly suspect of an in-range dependency that got recently updated. Some info:
I'll keep looking into it. |
Update: To debunk the hypothesis that a dependency upgrade is causing this issue, I grabbed a Heading back to github actions, the last node-14 green test was using v14.4.0. The failure was introduced along with the image update to 14.9.0. So right now, I am testing with several node 14.x versions, to better know what version has introduced the segfault to our code. On another track, I'm trying to detect the root cause, running tests locally. |
Extended node versions until 14.13 and the issue persists. I need to give a closer look on local tests. |
@evertonfraga ok, thanks for keeping on with this a bit |
Looks like the ci is resolving now with all node versions with updated dependencies |
These checks failed on the last PR submitted: #135
This is a test of CI along with some dependency updates.