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
node-version : lts/*
25
25
cache : npm
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
- name : Ensure dependencies are compatible with the engines range
46
46
run : npx ls-engines
47
47
- run : npm run lint
Original file line number Diff line number Diff line change 97
97
"extends" : [
98
98
" github>semantic-release/.github:renovate-config"
99
99
]
100
- }
100
+ },
101
+ "packageManager" :
" [email protected] +sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
101
102
}
You can’t perform that action at this time.
0 commit comments