Skip to content

Commit

Permalink
ci: update npm install command in release workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
websiddu committed Oct 17, 2024
1 parent ab61b52 commit 2864b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 'lts/*'

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

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

0 comments on commit 2864b48

Please sign in to comment.