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 27
27
node-version : " ${{ matrix.node-version }}"
28
28
cache : npm
29
29
- run : npm clean-install
30
+ - run : corepack npm audit signatures
30
31
- run : " npm run test:ci"
31
32
test :
32
33
runs-on : ubuntu-latest
38
39
node-version : " lts/*"
39
40
cache : npm
40
41
- run : npm clean-install
41
- - run : npm audit signatures
42
+ - run : corepack npm audit signatures
42
43
- name : Ensure dependencies are compatible with the version of node
43
44
run : npx ls-engines
44
45
- run : npm run lint
Original file line number Diff line number Diff line change 101
101
"extends" : [
102
102
" github>semantic-release/.github:renovate-config"
103
103
]
104
- }
104
+ },
105
+ "packageManager" :
" [email protected] +sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
105
106
}
You can’t perform that action at this time.
0 commit comments