fix(CI): use npm install
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
node-version: '20.13.1'
|
node-version: '20.13.1'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm clean-install
|
run: npm install
|
||||||
|
|
||||||
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
|
||||||
run: npm audit signatures
|
run: npm audit signatures
|
||||||
|
|||||||
Reference in New Issue
Block a user