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): resolve rollup optional dependencies issue in test jobs
Fix npm ci issue with rollup linux platform dependencies by ensuring clean
package-lock.json regeneration in test-and-lint job. This prevents the
'Cannot find module @rollup/rollup-linux-x64-gnu' error that was causing
test failures in the CI environment.
- Apply same package-lock.json clean approach to test-and-lint job
- Remove complex npm ci fallback logic that was causing optional dependency issues
- Ensure consistent dependency installation across all workflow jobs
Addresses rollup module resolution failure in CI test environment.
0 commit comments