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
test(nextjs): Remove Next 13 and pin Next 14 canary and latest tests (#17577)
Looks like we tested canary and latest versions of NextJS 13 and 14 in a
way that we'd actually always pull in the latest 15 (canary) versions.
This PR fixes this by:
- removing Next 13 canary tests (these haven't been updated in more than
2 years)
- Pinning Next 13 latest to `@next-13`
- Pining Next 14 canary to `~14.3.0-canary.0`
- Pinning Next 14 latest to `@next-14`
0 commit comments