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 e8b2517 commit 8c158b1Copy full SHA for 8c158b1
.github/workflows/release.yml
@@ -22,15 +22,12 @@ jobs:
22
uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
- - uses: pnpm/action-setup@v4
26
- with:
27
- version: 8
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
30
31
node-version: 'lts/*'
32
- name: Install dependencies
33
- run: pnpm install
+ run: yarn install
34
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
35
run: npm audit signatures
36
- name: Release
0 commit comments