1 parent eb58cd0 commit 63fb5c1Copy full SHA for 63fb5c1
2 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 20.11.0
23
24
- name: Install dependencies
25
- run: npm ci
+ run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
26
27
- name: Perform ESLint check
28
run: npm run lint
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
node-version: ${{ matrix.version }}
31
32
33
34
35
- name: Run unit tests
36
run: npm run unit
0 commit comments