We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69392cf commit 6b57531Copy full SHA for 6b57531
.github/workflows/release.yaml
@@ -32,6 +32,9 @@ jobs:
32
- name: Run tests
33
run: npm run all
34
35
+ - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
36
+ run: npm audit signatures
37
+
38
- name: Publish to npm
39
run: |
40
if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
0 commit comments