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 docusaurus CI build by switching from yarn to npm
The contrib/docs project uses npm (has package-lock.json, no yarn.lock)
but the workflow was using yarn with cache: yarn. This caused webpack
Progress Plugin validation errors. Switch to npm ci for deterministic
installs matching the lockfile.
0 commit comments