Skip to content

Commit f9e6353

Browse files
committed
DevTools: fix Compiler inegration test with 18.2
1 parent 99471c0 commit f9e6353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/download_devtools_regression_build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function downloadRegressionBuild() {
110110
);
111111
}
112112

113-
if (semver.gte(reactVersion, '18.2.0') && semver.lt(reactVersion, '19')) {
113+
if (semver.gte(reactVersion, '18.2.0') && semver.lt(reactVersion, '19.0.0')) {
114114
console.log(chalk.white(`Downloading react-compiler-runtime\n`));
115115
await exec(
116116
`npm install --prefix ${REGRESSION_FOLDER} react-compiler-runtime`

0 commit comments

Comments
 (0)