Skip to content

Commit 6b96719

Browse files
chore: re-enable open-next build check (#8039)
* chore: downgrade Next.js in playwright open-next github workflow * chore: bump wrangler fs polyfilling package to 0.0.1
1 parent ef5dc84 commit 6b96719

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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 [email protected], 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 [email protected]
58+
working-directory: apps/site
59+
5460
- name: Get Playwright version
5561
id: playwright-version
5662
working-directory: apps/site

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@eslint/compat": "~1.3.1",
7979
"@eslint/eslintrc": "~3.3.1",
80-
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",
80+
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1",
8181
"@next/eslint-plugin-next": "15.4.4",
8282
"@opennextjs/cloudflare": "^1.6.0",
8383
"@playwright/test": "^1.54.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)