mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
**Motivation** - looking at our actions cache usage, trying to improve usage of the 10GB total capacity **Description** - It looks like we were caching both: - yarn global cache - node_modules - Remove node_modules from the cache since the yarn global cache should suffice --------- Co-authored-by: Nazar Hussain <nazarhussain@gmail.com> Co-authored-by: Nico Flaig <nflaig@protonmail.com>