Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 59a97d4

Browse files
committed
chore(ci): uncomment ls-engines
1 parent fa14f56 commit 59a97d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
cache: npm
2828
check-latest: true
2929
- run: npm ci
30-
# waiting on https://github.com/ljharb/ls-engines/pull/23 to be fixed
31-
# - name: Ensure dependencies are compatible with the version of node
32-
# run: npx ls-engines
30+
- name: Ensure dependencies are compatible with the version of node
31+
run: npx ls-engines
3332
- run: npm run test:ci
3433
test:
3534
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)