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.
2 parents 8762108 + f83e6ab commit 837aebaCopy full SHA for 837aeba
.github/workflows/debug.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: "pnpm"
29
30
- name: Install dependencies
31
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
32
33
- name: Run lint
34
run: pnpm lint
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
44
run: pnpm audit signatures
0 commit comments