Skip to content

Commit

Permalink
fix(CI): use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jul 28, 2024
1 parent a998071 commit 37a6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '20.13.1'

- name: Install dependencies
run: npm clean-install
run: npm install

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
Expand Down

0 comments on commit 37a6e88

Please sign in to comment.