From a0df2a3a941fef369609d490ef0cc74c5b3f74a3 Mon Sep 17 00:00:00 2001 From: "n8n-cat-bot[bot]" <283985454+n8n-cat-bot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:49:30 +0000 Subject: [PATCH] fix: Remove PLAYWRIGHT_BROWSERS_PATH from install-browsers turbo (#31856) Co-authored-by: n8n-cat-bot[bot] Co-authored-by: Claude Opus 4.7 Co-authored-by: Declan Carroll --- turbo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index 05037182f79..7f88864d8b0 100644 --- a/turbo.json +++ b/turbo.json @@ -84,8 +84,7 @@ "install-browsers": { "cache": true, "inputs": [".playwright-version"], - "outputs": [".playwright-browsers/**"], - "env": ["PLAYWRIGHT_BROWSERS_PATH"] + "outputs": [".playwright-browsers/**"] }, "test:container:standard": { "env": ["E2E_TESTS"],