Skip to content

Commit

Permalink
feat: updated the peer-dependency on semantic-release to v18 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Sep 3, 2021
1 parent 39913cb commit d2f6e46
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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 @@ -39,4 +37,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 d2f6e46

Please sign in to comment.