Skip to content

Commit d7c0269

Browse files
authored
chore(e2e): Pin 14.2.26 as next14 to avoid e2e test failing (#5558)
1 parent 6b38ab9 commit d7c0269

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.changeset/whole-women-grab.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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'

integration/tests/next-build.test.ts

+1-1
Original file line numberDiff line numberDiff 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', () => {

0 commit comments

Comments
 (0)