Skip to content

Commit

Permalink
fix: upgrade semantic-release dependencies (#207)
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

- This package is not compatible with semantic-release < 20.1.0.
- The minimum supported Node version has been changed to 18.0.0.
  • Loading branch information
fgreinacher committed Apr 11, 2023
1 parent 6f2a670 commit 7438dff
Show file tree
Hide file tree
Showing 4 changed files with 2,880 additions and 7,223 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- '14.17'
- 16.0.0
- 17
- 18.0.0
- 19
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +26,6 @@ jobs:
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm test
test:
runs-on: ubuntu-latest
needs: test_matrix
Expand Down
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/gitlab',
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/gitlab",
],
};

0 comments on commit 7438dff

Please sign in to comment.