From 51a77eb5fb7d9b6b9984d2323213126b786f628e Mon Sep 17 00:00:00 2001 From: Max Reichmann Date: Mon, 3 Nov 2025 10:23:38 +0100 Subject: [PATCH] ci: Add --engine-strict to remaining job configs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 733bd9f4df7..1af2b9e4bf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.version }} - name: Install dependencies - run: npm ci + run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo - name: Run unit tests run: npm run unit