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 f1768f4 commit 62099d8Copy full SHA for 62099d8
.github/workflows/test.yml
@@ -27,8 +27,6 @@ jobs:
27
with:
28
node-version: "${{ matrix.node-version }}"
29
cache: npm
30
- - name: Ensure dependencies are compatible with the version of node
31
- run: echo 'engine-strict=true' >> .npmrc
32
- run: npm ci
33
- run: "npm run test:ci"
34
test:
@@ -41,4 +39,6 @@ jobs:
41
39
node-version: 16
42
40
43
+ - name: Ensure dependencies are compatible with the engines range
+ run: npx ls-engines
44
- run: npm run lint
0 commit comments