File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
Original file line number Diff line number Diff line change 59
59
60
60
- name : Deduplicate lockfile
61
61
run : pnpm dedupe
62
-
62
+
63
63
- name : Check for changed lockfile
64
64
run : |
65
65
if [ -n "$(git status --porcelain pnpm-lock.yaml)" ]; then
@@ -179,7 +179,7 @@ jobs:
179
179
next-version : ' 13'
180
180
- test-name : ' nextjs'
181
181
test-project : ' chrome'
182
- next-version : ' 14'
182
+ next-version : ' 14.2.26 '
183
183
- test-name : ' nextjs'
184
184
test-project : ' chrome'
185
185
next-version : ' 15'
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
92
92
93
93
/**
94
94
* Sometimes utilities from `/server` may use Node APIs even if `clerkMiddleware` does not consumes them.
95
- * This happends because of code for node runtime and edge runtime is bundled together in the `/server/index.ts` barrel file.
95
+ * This happens because of code for node runtime and edge runtime is bundled together in the `/server/index.ts` barrel file.
96
96
* This test ensures that developers will not end up with warnings on `next build`.
97
97
*/
98
98
test ( 'Avoid import traces logs indicating misuse of node apis inside middleware' , ( ) => {
You can’t perform that action at this time.
0 commit comments