File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
cache : npm
25
25
node-version : lts/*
26
- - run : npm ci
26
+ - run : npm clean-install
27
+ - run : corepack npm audit signatures
27
28
- run : npx semantic-release
28
29
env :
29
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33
33
node-version : " ${{ matrix.node-version }}"
34
34
cache : npm
35
35
- run : npm clean-install
36
- - run : npm audit signatures
36
+ - run : corepack npm audit signatures
37
37
- run : npm test
38
38
39
39
# verify against the node version defined for development in the .nvmrc
51
51
node-version-file : .nvmrc
52
52
cache : npm
53
53
- run : npm clean-install
54
- - run : npm audit signatures
54
+ - run : corepack npm audit signatures
55
55
- run : npm test
56
56
57
57
# separate job to set as required in branch protection,
Original file line number Diff line number Diff line change 126
126
"extends" : [
127
127
" github>semantic-release/.github:renovate-config"
128
128
]
129
- }
129
+ },
130
+ "packageManager" :
" [email protected] +sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
130
131
}
You can’t perform that action at this time.
0 commit comments