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.
npx ls-engines
1 parent 2c93202 commit 308530bCopy full SHA for 308530b
.github/workflows/test.yml
@@ -37,8 +37,9 @@ jobs:
37
node-version: 16
38
cache: npm
39
- run: npm ci
40
- - name: Ensure dependencies are compatible with the version of node
41
- run: npx ls-engines
+ # Blocked by https://github.com/ljharb/ls-engines/pull/23
+ # - name: Ensure dependencies are compatible with the version of node
42
+ # run: npx ls-engines
43
# enable once we replace `xo` with `prettier`
44
# - run: npm run lint
45
- run: npx lockfile-lint --path package-lock.json
0 commit comments