File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest]
11
- node : ['16 ']
11
+ node : ['14 ']
12
12
13
13
runs-on : ${{ matrix.os }}
14
14
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- node : ['16 ']
15
+ node : ['14 ']
16
16
17
17
runs-on : ${{ matrix.os }}
18
18
Original file line number Diff line number Diff line change 11
11
name : Release / Node ${{ matrix.node }}
12
12
strategy :
13
13
matrix :
14
- node : ['16 ']
14
+ node : ['14 ']
15
15
16
16
runs-on : ubuntu-latest
17
17
28
28
npm run build
29
29
30
30
- name : Create a release
31
- run : npx semantic-release
31
+ run : npx semantic-release@^18.0.0
32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
34
34
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 16
16
" @semantic-release/commit-analyzer" ,
17
17
" @semantic-release/release-notes-generator" ,
18
18
[" @semantic-release/github" , {
19
- successComment: false,
20
- releasedLabels: false,
21
- failTitle: false,
22
- addReleases: false,
19
+ " successComment" : false ,
20
+ " releasedLabels" : false ,
21
+ " failTitle" : false ,
22
+ " addReleases" : false ,
23
23
}],
24
24
" @semantic-release/npm"
25
25
]
You can’t perform that action at this time.
0 commit comments