Skip to content

Commit c5efd89

Browse files
committed
chore: Remove caret version specifier for tests
1 parent 251df01 commit c5efd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/cypress.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
function readNextJsVersion() {
3434
const pkgPath = new URL('./package.json', import.meta.url)
3535
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8'))
36-
return pkg.dependencies.next
36+
return pkg.dependencies.next.replace('^', '')
3737
}
3838

3939
function supportsWHS(nextVersion: string) {

0 commit comments

Comments
 (0)