We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95be9b9 commit c961264Copy full SHA for c961264
tests/netlify-deploy.ts
@@ -71,7 +71,7 @@ export class NextDeployInstance extends NextInstance {
71
typeof this.files === 'string' &&
72
this.files.includes('back-forward-cache') &&
73
process.env.NEXT_RESOLVED_VERSION &&
74
- satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<=15.5.4')
+ satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<15.6.0')
75
) {
76
require('console').log('Pinning @types/react(-dom) for back-forward-cache test fixture')
77
// back-forward-cache test fixture is failing types checking because:
0 commit comments