Skip to content

Commit

Permalink
add clean install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericoD committed Jan 9, 2024
1 parent 8da7e3a commit 0b7774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: 📦 Install dependencies
run: ci
run: npm ci

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

0 comments on commit 0b7774c

Please sign in to comment.