Skip to content

Commit 308530b

Browse files
committed
ci: disable npx ls-engines for now
1 parent 2c93202 commit 308530b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
node-version: 16
3838
cache: npm
3939
- run: npm ci
40-
- name: Ensure dependencies are compatible with the version of node
41-
run: npx ls-engines
40+
# Blocked by https://github.com/ljharb/ls-engines/pull/23
41+
# - name: Ensure dependencies are compatible with the version of node
42+
# run: npx ls-engines
4243
# enable once we replace `xo` with `prettier`
4344
# - run: npm run lint
4445
- run: npx lockfile-lint --path package-lock.json

0 commit comments

Comments
 (0)