File tree Expand file tree Collapse file tree 4 files changed +2880
-7223
lines changed Expand file tree Collapse file tree 4 files changed +2880
-7223
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11module . 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} ;
You can’t perform that action at this time.
0 commit comments