Skip to content

Commit 564b620

Browse files
committed
lock CNA tests to 14.2.3
1 parent 85bb872 commit 564b620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/create-next-app/lib/utils.ts

+1-1
Original file line numberDiff line numberDiff 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 = testVersion || 'canary'
45+
cloneEnv.NEXT_PRIVATE_TEST_VERSION = '14.2.3'
4646

4747
return spawn('node', [cli].concat(args), {
4848
...options,

test/integration/create-next-app/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const run = (
3030
env: {
3131
...process.env,
3232
...options.env,
33-
NEXT_PRIVATE_TEST_VERSION: 'canary',
33+
NEXT_PRIVATE_TEST_VERSION: '14.2.3',
3434
},
3535
})
3636

0 commit comments

Comments
 (0)