We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2a670 commit 7438dffCopy full SHA for 7438dff
.github/workflows/test.yml
@@ -13,9 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
node-version:
16
- - '14.17'
17
- - 16.0.0
18
- - 17
+ - 18.0.0
+ - 19
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v3
@@ -27,7 +26,6 @@ jobs:
27
26
- run: npm ci
28
- name: Ensure dependencies are compatible with the version of node
29
run: npx ls-engines
30
- - run: npm test
31
test:
32
33
needs: test_matrix
index.js
@@ -1,8 +1,8 @@
1
module.exports = {
2
plugins: [
3
- '@semantic-release/commit-analyzer',
4
- '@semantic-release/release-notes-generator',
5
- '@semantic-release/npm',
6
- '@semantic-release/gitlab',
+ "@semantic-release/commit-analyzer",
+ "@semantic-release/release-notes-generator",
+ "@semantic-release/npm",
+ "@semantic-release/gitlab",
7
],
8
};
0 commit comments