moerishabh
Results
2
comments of
moerishabh
@vsvipul I checked with v2 as well, getting the same error. This is a monorepo so there are multiple packages-lock.json files https://github.com/actions/cache/blob/main/examples.md#node---lerna.
thanks @dhadka we were able to resolve this issue by changing `../../package-lock.json` to `**/package-lock.json`.