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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The compatibility key no longer depends on how cwd was spelled. A
relative cwd made the Playwright-version probe throw internally, silently
dropping that field from the key — so a publish and a restore in the same
environment could stamp different keys, and every cache lookup missed
(a silent full-recapture tax, never an error). The key inputs now resolve cwd first, and a regression test pins relative/absolute equality.