We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1301c29 commit 51a77ebCopy full SHA for 51a77eb
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
node-version: ${{ matrix.version }}
31
32
- name: Install dependencies
33
- run: npm ci
+ run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
34
35
- name: Run unit tests
36
run: npm run unit
0 commit comments