From 7198c36c6d87cde22f4aee4bbf31d11e76f58535 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 14 Oct 2025 12:47:35 +0200 Subject: [PATCH] test: adjust next.js repo back-forwrard-cache fixture fix version range --- tests/netlify-deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/netlify-deploy.ts b/tests/netlify-deploy.ts index 0536a81d70..b190e76148 100644 --- a/tests/netlify-deploy.ts +++ b/tests/netlify-deploy.ts @@ -71,7 +71,7 @@ export class NextDeployInstance extends NextInstance { typeof this.files === 'string' && this.files.includes('back-forward-cache') && process.env.NEXT_RESOLVED_VERSION && - satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<=15.5.4') + satisfiesVersionRange(process.env.NEXT_RESOLVED_VERSION, '<15.6.0') ) { require('console').log('Pinning @types/react(-dom) for back-forward-cache test fixture') // back-forward-cache test fixture is failing types checking because: