With increased popularity of lerna / yarn workspaces monorepos, support for things like this seems to be a must:
  • save_cache: key: core-dependencies-{{ checksum "yarn.lock" }} paths: - node_modules - packages/*/node_modules
CCI-I-239