-
Notifications
You must be signed in to change notification settings - Fork 40
feat: support core experimental versions ^0.28.0 #228
Conversation
Great, I was just looking for this! |
The CI currently fails about something with
@rauno56 maybe you have an idea what the issue is? I am kind of lost on this one. |
I saw that. I'm trying to repro... |
Do you know the node version EDIT |
Thanks for taking a look ❤️ I tried to run it with "ubuntu-18.04" (https://github.com/actions/virtual-environments#available-environments) and it also failed. Locally it's running fine on my machine npm 8.3.1 node v16.14.0 Tried to run only a subset of the tests in the hope it will supply a clue when this problem happens, but then run into lerna bugs 😂 When i examined CI runs, i noticed that it runs correctly on many packages and socket.io versions until it fails, but the fail happens on different socket.io versions and can sometimes fail after first retry of tav or second retry. So it smells like a race condition in the install sequence that tav is not handling correctly |
Are TAV runs for different packages run in parallel? My assumption was that it was sequential. |
fixes #220