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
chore: disable npm caching in release workflow (#460)
Remove `cache: 'npm'` from all three jobs in the release workflow
(prepare-release, test-and-build, publish-npm) to ensure fresh
dependency installs during releases per security review.
0 commit comments