File tree Expand file tree Collapse file tree 4 files changed +1971
-1659
lines changed Expand file tree Collapse file tree 4 files changed +1971
-1659
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
29
29
with :
30
30
node-version : ' 20'
31
+ - name : Update to latest npm (temporary fix for audit below)
32
+ run : npm install --global npm
31
33
- name : Install dependencies
32
34
run : npm clean-install
33
35
- name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
40
42
CI : true
41
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
44
NPM_TOKEN : ${{ secrets.NPM_TOKEN}}
43
- run : npx semantic-release
45
+ run : npx semantic-release
Original file line number Diff line number Diff line change 23
23
- name : Setup Node.js
24
24
uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
25
25
with :
26
- node-version : " 20"
26
+ node-version : ' 20'
27
+ - name : Update to latest npm (temporary fix for audit below)
28
+ run : npm install --global npm
27
29
- name : Install dependencies
28
30
run : npm clean-install
29
31
- name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
You can’t perform that action at this time.
0 commit comments