libp2p / observer-toolkit

🐣 [WIP] toolkit for building libp2p introspection widgets + a few useful out-of-the-box widgets
https://libp2p.io
MIT License
2 stars 2 forks source link

Fix CI package installation #75

Closed AlanSl closed 4 years ago

AlanSl commented 4 years ago

Some version numbers got mis-aligned, causing the monorepo to look for the catalogue package on the registry, rather than via lerna symlinks.

This caused CI to fail because there's no clean way to authenticate for Github Actions to authenticate a private Github package when using Yarn.

Aligning the version numbers allows lerna to use symlinks, sidestepping the Github Actions / Packages problem.

Also fixes and updates some other config.