Skip to content

Commit e227579

Browse files
chore: downgrade Next.js in playwright open-next github workflow
1 parent c39cd36 commit e227579

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- name: Install packages
5252
run: pnpm install --frozen-lockfile
5353

54+
- name: Downgrade Next.js
55+
# Open-next does not yet support next@15.4, so temporarily in order to have
56+
# this workflow working we force install the latest Next.js 15.3 version instead
57+
run: pnpm i next@15.3.2
58+
working-directory: apps/site
59+
5460
- name: Get Playwright version
5561
id: playwright-version
5662
working-directory: apps/site

0 commit comments

Comments
 (0)