Skip to content

Commit 8c9baf2

Browse files
committed
pin latest 13 and 14
1 parent ef6920d commit 8c9baf2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
- test-application: 'nextjs-app-dir'
8282
build-command: 'test:build-latest'
8383
label: 'nextjs-app-dir (latest)'
84+
- test-application: 'nextjs-13'
85+
build-command: 'test:build-latest'
86+
label: 'nextjs-13 (latest)'
8487
- test-application: 'nextjs-14'
8588
build-command: 'test:build-canary'
8689
label: 'nextjs-14 (canary)'

dev-packages/e2e-tests/test-applications/nextjs-13/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"test:prod": "TEST_ENV=production playwright test",
99
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && pnpm build",
11+
"test:build-latest": "pnpm install && pnpm add next@next-13 && pnpm build",
1112
"test:assert": "pnpm test:prod && pnpm test:dev"
1213
},
1314
"dependencies": {

0 commit comments

Comments
 (0)