Skip to content

Commit c8d6b39

Browse files
committed
Go back to testing rc.0
Latest Canary is not compatible with published Next.js.
1 parent bd9d019 commit c8d6b39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

run-tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ ${ENDGROUP}`)
415415
// a starter Next.js install to re-use to speed up tests
416416
// to avoid having to run yarn each time
417417
console.log(`${GROUP}Creating Next.js install for isolated tests`)
418-
const reactVersion =
419-
process.env.NEXT_TEST_REACT_VERSION || '19.0.0-rc-dfd30974ab-20240613'
418+
const reactVersion = process.env.NEXT_TEST_REACT_VERSION || '19.0.0-rc.0'
420419
const { installDir, pkgPaths, tmpRepoDir } = await createNextInstall({
421420
parentSpan: mockTrace(),
422421
dependencies: {

test/.stats-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"dependencies": {
66
"next": "latest",
7-
"react": "19.0.0-rc-dfd30974ab-20240613",
8-
"react-dom": "19.0.0-rc-dfd30974ab-20240613"
7+
"react": "19.0.0-rc.0",
8+
"react-dom": "19.0.0-rc.0"
99
},
1010
"engines": {
1111
"node": ">=18.18.0"

0 commit comments

Comments
 (0)