File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 5959
6060 - name : Deduplicate lockfile
6161 run : pnpm dedupe
62-
62+
6363 - name : Check for changed lockfile
6464 run : |
6565 if [ -n "$(git status --porcelain pnpm-lock.yaml)" ]; then
@@ -179,7 +179,7 @@ jobs:
179179 next-version : ' 13'
180180 - test-name : ' nextjs'
181181 test-project : ' chrome'
182- next-version : ' 14'
182+ next-version : ' 14.2.26 '
183183 - test-name : ' nextjs'
184184 test-project : ' chrome'
185185 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 })
9292
9393 /**
9494 * 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.
9696 * This test ensures that developers will not end up with warnings on `next build`.
9797 */
9898 test ( 'Avoid import traces logs indicating misuse of node apis inside middleware' , ( ) => {
You can’t perform that action at this time.
0 commit comments