We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68598a commit 17e1fabCopy full SHA for 17e1fab
.github/workflows/ci-cd.yml
@@ -26,11 +26,13 @@ jobs:
26
- '13.4' # App router in GA
27
- '13.5'
28
- '14.0.1'
29
+ # 14.0.2 to 14.1.1 included are skipped as shallow routing
30
+ # implementation was experimental and unstable after GA release.
31
# 14.0.2 is not compatible due to a prefetch issue
32
# 14.0.3 is dropped due to a bug requiring WHS + syncing against uSP,
33
# which creates other problems under other versions of Next.js
- - '14.0.4'
- - latest # Current latest is 14.1.0
34
+ - '14.1.2'
35
+ - latest
36
37
steps:
38
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
0 commit comments