We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bb872 commit 564b620Copy full SHA for 564b620
test/integration/create-next-app/lib/utils.ts
@@ -42,7 +42,7 @@ export const createNextApp = (
42
delete cloneEnv.RUN_ID
43
delete cloneEnv.BUILD_NUMBER
44
45
- cloneEnv.NEXT_PRIVATE_TEST_VERSION = testVersion || 'canary'
+ cloneEnv.NEXT_PRIVATE_TEST_VERSION = '14.2.3'
46
47
return spawn('node', [cli].concat(args), {
48
...options,
test/integration/create-next-app/utils.ts
@@ -30,7 +30,7 @@ export const run = (
30
env: {
31
...process.env,
32
...options.env,
33
- NEXT_PRIVATE_TEST_VERSION: 'canary',
+ NEXT_PRIVATE_TEST_VERSION: '14.2.3',
34
},
35
})
36
0 commit comments