From 3e5f2755047ae1429cbedcb2277e37510725cd15 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Wed, 1 Apr 2026 11:11:40 +0200 Subject: [PATCH] fixes ci --- .github/workflows/component-fixture-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component-fixture-tests.yml b/.github/workflows/component-fixture-tests.yml index c2d56d0c206..98387841a20 100644 --- a/.github/workflows/component-fixture-tests.yml +++ b/.github/workflows/component-fixture-tests.yml @@ -29,7 +29,7 @@ jobs: node-version-file: .nvmrc - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts env: ELECTRON_SKIP_BINARY_DOWNLOAD: 1 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1