Skip to content

Commit 8c158b1

Browse files
authored
🐛 Update release.yml on main
1 parent e8b2517 commit 8c158b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,12 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- uses: pnpm/action-setup@v4
26-
with:
27-
version: 8
2825
- name: Setup Node.js
2926
uses: actions/setup-node@v4
3027
with:
3128
node-version: 'lts/*'
3229
- name: Install dependencies
33-
run: pnpm install
30+
run: yarn install
3431
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3532
run: npm audit signatures
3633
- name: Release

0 commit comments

Comments
 (0)