Skip to content

Commit 51a77eb

Browse files
committed
ci: Add --engine-strict to remaining job configs
1 parent 1301c29 commit 51a77eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: ${{ matrix.version }}
3131

3232
- name: Install dependencies
33-
run: npm ci
33+
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
3434

3535
- name: Run unit tests
3636
run: npm run unit

0 commit comments

Comments
 (0)