Skip to content

Commit 7438dff

Browse files
authored
fix: upgrade semantic-release dependencies (#207)
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.
1 parent 6f2a670 commit 7438dff

File tree

4 files changed

+2880
-7223
lines changed

4 files changed

+2880
-7223
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- '14.17'
17-
- 16.0.0
18-
- 17
16+
- 18.0.0
17+
- 19
1918
runs-on: ubuntu-latest
2019
steps:
2120
- uses: actions/checkout@v3
@@ -27,7 +26,6 @@ jobs:
2726
- run: npm ci
2827
- name: Ensure dependencies are compatible with the version of node
2928
run: npx ls-engines
30-
- run: npm test
3129
test:
3230
runs-on: ubuntu-latest
3331
needs: test_matrix

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
plugins: [
3-
'@semantic-release/commit-analyzer',
4-
'@semantic-release/release-notes-generator',
5-
'@semantic-release/npm',
6-
'@semantic-release/gitlab',
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
"@semantic-release/npm",
6+
"@semantic-release/gitlab",
77
],
88
};

0 commit comments

Comments
 (0)