Skip to content

Commit

Permalink
lock CNA tests to 14.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Jun 4, 2024
1 parent 85bb872 commit 564b620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/create-next-app/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const createNextApp = (
delete cloneEnv.RUN_ID
delete cloneEnv.BUILD_NUMBER

cloneEnv.NEXT_PRIVATE_TEST_VERSION = testVersion || 'canary'
cloneEnv.NEXT_PRIVATE_TEST_VERSION = '14.2.3'

return spawn('node', [cli].concat(args), {
...options,
Expand Down
2 changes: 1 addition & 1 deletion test/integration/create-next-app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const run = (
env: {
...process.env,
...options.env,
NEXT_PRIVATE_TEST_VERSION: 'canary',
NEXT_PRIVATE_TEST_VERSION: '14.2.3',
},
})

Expand Down

0 comments on commit 564b620

Please sign in to comment.