Skip to content

Commit 0b7774c

Browse files
committed
add clean install to workflow
1 parent 8da7e3a commit 0b7774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3636
3737
- name: 📦 Install dependencies
38-
run: ci
38+
run: npm ci
3939

4040
- name: 🚓 Audit dependencies #Verify the integrity of provenance attestations and registry signatures for installed dependencies
4141
run: npm audit signatures

0 commit comments

Comments
 (0)