File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-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 35
35
node-version : " ${{ matrix.node-version }}"
36
36
cache : npm
37
37
- run : npm clean-install
38
+ - run : corepack npm audit signatures
38
39
- run : npm test
39
40
40
41
test_dev :
46
47
node-version-file : .nvmrc
47
48
cache : npm
48
49
- run : npm clean-install
49
- - run : npm audit signatures
50
+ - run : corepack npm audit signatures
50
51
- run : npm test
51
52
52
53
test :
Original file line number Diff line number Diff line change 119
119
"extends" : [
120
120
" github>semantic-release/.github:renovate-config"
121
121
]
122
- }
122
+ },
123
+ "packageManager" :
" [email protected] +sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
123
124
}
You can’t perform that action at this time.
0 commit comments