File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -884,6 +884,12 @@ jobs:
884
884
- test-application : ' standard-frontend-react'
885
885
build-command : ' test:build-ts3.8'
886
886
label : ' standard-frontend-react (TS 3.8)'
887
+ - test-application : ' create-next-app'
888
+ build-command : ' test:build-13'
889
+ label : ' create-next-app (next@13)'
890
+ - test-application : ' nextjs-app-dir'
891
+ build-command : ' test:build-13'
892
+ label : ' nextjs-app-dir (next@13)'
887
893
888
894
steps :
889
895
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
Original file line number Diff line number Diff line change 8
8
"test:prod" : " TEST_ENV=prod playwright test" ,
9
9
"test:dev" : " TEST_ENV=dev playwright test" ,
10
10
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
11
+ "test:build-13" :
" pnpm install && pnpm add [email protected] && npx playwright install && pnpm build" ,
11
12
"test:assert" : " pnpm test:prod && pnpm test:dev"
12
13
},
13
14
"dependencies" : {
16
17
"@types/node" : " 18.11.17" ,
17
18
"@types/react" : " 18.0.26" ,
18
19
"@types/react-dom" : " 18.0.9" ,
19
- "next" : " 13 .0.7 " ,
20
+ "next" : " 14 .0.0 " ,
20
21
"react" : " 18.2.0" ,
21
22
"react-dom" : " 18.2.0" ,
22
23
"typescript" : " 4.9.5"
Original file line number Diff line number Diff line change 11
11
"test:test-build" : " pnpm ts-node --script-mode assert-build.ts" ,
12
12
"test:build-canary" : " pnpm install && pnpm add next@canary && npx playwright install && pnpm build" ,
13
13
"test:build-latest" : " pnpm install && pnpm add next@latest && npx playwright install && pnpm build" ,
14
+ "test:build-13" :
" pnpm install && pnpm add [email protected] && npx playwright install && pnpm build" ,
14
15
"test:assert" : " pnpm test:test-build && pnpm test:prod && pnpm test:dev"
15
16
},
16
17
"dependencies" : {
19
20
"@types/node" : " 18.11.17" ,
20
21
"@types/react" : " 18.0.26" ,
21
22
"@types/react-dom" : " 18.0.9" ,
22
- "next" : " 13.4.19 " ,
23
+ "next" : " 14.0.0 " ,
23
24
"react" : " 18.2.0" ,
24
25
"react-dom" : " 18.2.0" ,
25
26
"typescript" : " 4.9.5" ,
You can’t perform that action at this time.
0 commit comments