Skip to content

Commit

Permalink
ci(engines): switched to ls-engines for enforcing engines compatibili…
Browse files Browse the repository at this point in the history
…ty (#266)
  • Loading branch information
travi committed Sep 17, 2021
1 parent f1768f4 commit 62099d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -27,8 +27,6 @@ jobs:
with:
node-version: "${{ matrix.node-version }}"
cache: npm
- name: Ensure dependencies are compatible with the version of node
run: echo 'engine-strict=true' >> .npmrc
- run: npm ci
- run: "npm run test:ci"
test:
Expand All @@ -41,4 +39,6 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the engines range
run: npx ls-engines
- run: npm run lint

0 comments on commit 62099d8

Please sign in to comment.