fix: Remove PLAYWRIGHT_BROWSERS_PATH from install-browsers turbo (#31856)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
This commit is contained in:
n8n-cat-bot[bot]
2026-06-08 08:49:30 +00:00
committed by GitHub
parent b755ee4b32
commit a0df2a3a94
+1 -2
View File
@@ -84,8 +84,7 @@
"install-browsers": { "install-browsers": {
"cache": true, "cache": true,
"inputs": [".playwright-version"], "inputs": [".playwright-version"],
"outputs": [".playwright-browsers/**"], "outputs": [".playwright-browsers/**"]
"env": ["PLAYWRIGHT_BROWSERS_PATH"]
}, },
"test:container:standard": { "test:container:standard": {
"env": ["E2E_TESTS"], "env": ["E2E_TESTS"],