You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use npm-shrinkwrap.json for node_modules cache key (#1325)
hashFiles('package-lock.json') returns empty string since only
npm-shrinkwrap.json is tracked, causing all runs to share a single
stale cache key. This led to lint and typecheck failures when the
stale node_modules had outdated type definitions.
0 commit comments