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(github-actions): provide an option to disable pnpm cache
The actions/setup-node step now includes a disable-pnpm-cache input. This resolves an issue where actions/cache would cause the workflow to fail on certain environments, such as WSL, due to being unable to locate the pnpm cache store.
0 commit comments