214
Actions cache hits every run but npm ci still reinstalls all 900 packages Pipelines
Our step reports a cache hit and restores in about 8 seconds, but the right after it still takes 2m40s and clearly unpacks everything again. The lockfile hasn't changed between the two runs I compared. Node 20, npm 10,…