Skip to content

Commit 62099d8

Browse files
authored
ci(engines): switched to ls-engines for enforcing engines compatibility (#266)
1 parent f1768f4 commit 62099d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
node-version: "${{ matrix.node-version }}"
2929
cache: npm
30-
- name: Ensure dependencies are compatible with the version of node
31-
run: echo 'engine-strict=true' >> .npmrc
3230
- run: npm ci
3331
- run: "npm run test:ci"
3432
test:
@@ -41,4 +39,6 @@ jobs:
4139
node-version: 16
4240
cache: npm
4341
- run: npm ci
42+
- name: Ensure dependencies are compatible with the engines range
43+
run: npx ls-engines
4444
- run: npm run lint

0 commit comments

Comments
 (0)