fix(CI): use npm install

This commit is contained in:
camera-2018
2024-07-28 21:55:23 +08:00
parent a9980716b0
commit 37a6e881c5

View File

@@ -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