Skip to content

Commit 37a6e88

Browse files
committed
fix(CI): use npm install
1 parent a998071 commit 37a6e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: '20.13.1'
2727

2828
- name: Install dependencies
29-
run: npm clean-install
29+
run: npm install
3030

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

0 commit comments

Comments
 (0)