We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664a9f1 commit 2da6713Copy full SHA for 2da6713
2 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 20.17.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