We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39cd36 commit e227579Copy full SHA for e227579
.github/workflows/playwright-cloudflare-open-next.yml
@@ -51,6 +51,12 @@ jobs:
51
- name: Install packages
52
run: pnpm install --frozen-lockfile
53
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
+
60
- name: Get Playwright version
61
id: playwright-version
62
working-directory: apps/site
0 commit comments