File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
cache : npm
25
25
node-version : lts/*
26
26
- run : npm clean-install
27
- - run : npm audit signatures
27
+ - run : corepack npm audit signatures
28
28
- run : npx semantic-release
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 41
41
node-version : lts/*
42
42
cache : npm
43
43
- run : npm clean-install
44
- - run : npm audit signatures
44
+ - run : corepack npm audit signatures
45
45
- run : npm run lint
46
46
- name : All matrix versions passed
47
47
if : ${{ !(contains(needs.*.result, 'failure')) }}
Original file line number Diff line number Diff line change 107
107
"extends" : [
108
108
" github>semantic-release/.github:renovate-config"
109
109
]
110
- }
110
+ },
111
+ "packageManager" :
" [email protected] +sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
111
112
}
You can’t perform that action at this time.
0 commit comments