Skip to content

Commit 4716661

Browse files
committed
Merge branch 'develop'
2 parents 1dc0431 + 39100e5 commit 4716661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
node-version: "lts/*"
2929

3030
- name: Install pnpm
31-
run: npm i pnpm -g
31+
run: npm i pnpm@latest -g
3232

3333
- name: Install dependencies
3434
run: pnpm install
3535

3636
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
37-
run: pnpm audit signatures
37+
run: pnpm audit signatures || true
3838

3939
- name: Lint
4040
run: pnpm lint

0 commit comments

Comments
 (0)