Skip to content

Commit c961264

Browse files
authored
test: adjust next.js repo back-forwrard-cache fixture fix version range (#3176)
1 parent 95be9b9 commit c961264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/netlify-deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class NextDeployInstance extends NextInstance {
7171
typeof this.files === 'string' &&
7272
this.files.includes('back-forward-cache') &&
7373
process.env.NEXT_RESOLVED_VERSION &&
74-
satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<=15.5.4')
74+
satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<15.6.0')
7575
) {
7676
require('console').log('Pinning @types/react(-dom) for back-forward-cache test fixture')
7777
// back-forward-cache test fixture is failing types checking because:

0 commit comments

Comments
 (0)