From f430686a9a5ae5e065e7c64ec0c4a9634750b123 Mon Sep 17 00:00:00 2001 From: TS Security Bot <44610966+tssecurity@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:12:27 +0200 Subject: [PATCH] chore: Optimize npm dependency installation --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a948af6..4e074abc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: cache: 'npm' - name: 📥 Download deps - run: npm ci + run: npm ci --ignore-scripts - name: ▶️ Run tests run: npm test