File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
test/integration/create-next-app Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const createNextApp = (
4242 delete cloneEnv . RUN_ID
4343 delete cloneEnv . BUILD_NUMBER
4444
45- cloneEnv . NEXT_PRIVATE_TEST_VERSION = '14.2.3 '
45+ cloneEnv . NEXT_PRIVATE_TEST_VERSION = testVersion ?? 'latest '
4646
4747 return spawn ( 'node' , [ cli ] . concat ( args ) , {
4848 ...options ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let testVersion
66beforeAll ( async ( ) => {
77 // TODO: investigate moving this post publish or create deployed GH#57025
88 // tarballs to avoid these failing while a publish is in progress
9- testVersion = 'canary '
9+ testVersion = 'latest '
1010 // const span = new Span({ name: 'parent' })
1111 // testVersion = (
1212 // await createNextInstall({ onlyPackages: true, parentSpan: span })
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ beforeAll(async () => {
1111 if ( testVersion ) return
1212 // TODO: investigate moving this post publish or create deployed GH#57025
1313 // tarballs to avoid these failing while a publish is in progress
14- testVersion = 'canary '
14+ testVersion = 'latest '
1515 // const span = new Span({ name: 'parent' })
1616 // testVersion = (
1717 // await createNextInstall({ onlyPackages: true, parentSpan: span })
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ let testVersion
1010beforeAll ( async ( ) => {
1111 // TODO: investigate moving this post publish or create deployed GH#57025
1212 // tarballs to avoid these failing while a publish is in progress
13- testVersion = 'canary '
13+ testVersion = 'latest '
1414 // const span = new Span({ name: 'parent' })
1515 // testVersion = (
1616 // await createNextInstall({ onlyPackages: true, parentSpan: span })
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const run = (
3030 env : {
3131 ...process . env ,
3232 ...options . env ,
33- NEXT_PRIVATE_TEST_VERSION : '14.2.3 ' ,
33+ NEXT_PRIVATE_TEST_VERSION : 'latest ' ,
3434 } ,
3535 } )
3636
You can’t perform that action at this time.
0 commit comments