2 parents 1dc0431 + 39100e5 commit 4716661Copy full SHA for 4716661
1 file changed
.github/workflows/release.yml
@@ -28,13 +28,13 @@ jobs:
28
node-version: "lts/*"
29
30
- name: Install pnpm
31
- run: npm i pnpm -g
+ run: npm i pnpm@latest -g
32
33
- name: Install dependencies
34
run: pnpm install
35
36
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
37
- run: pnpm audit signatures
+ run: pnpm audit signatures || true
38
39
- name: Lint
40
run: pnpm lint
0 commit comments