Skip to content

Commit

Permalink
Merge pull request #215 from semantic-release/beta
Browse files Browse the repository at this point in the history
fix: upgrade semantic-release dependencies (#207)
  • Loading branch information
fgreinacher authored Apr 25, 2023
2 parents 6434a83 + 6b1bb74 commit ad81895
Show file tree
Hide file tree
Showing 4 changed files with 5,722 additions and 17,174 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",
],
};
Loading

0 comments on commit ad81895

Please sign in to comment.