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
build: fix mdc-migration integration test failing due to outdated browserslist DB (#27076)
The browserslist DB was outdated so newer browsers requested by the
Angular CLI could not be discovered. We fix this by running:
```
npx browserslist@latest --update-db
```
0 commit comments