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