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 npx for license-checker to avoid intermittent 403 errors
The global install step (`npm install -g license-checker`) intermittently
fails with 403 Forbidden from the npm registry, blocking PRs. Switching
to `npx --yes license-checker` eliminates the fragile global install.
0 commit comments