Skip to content

Commit df35f26

Browse files
authored
chore: use pnpm instead of yarn
1 parent 205d743 commit df35f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
with:
2121
node-version: 20
2222

23-
- name: Install Dependencies
24-
run: yarn
23+
- uses: pnpm/action-setup@v4.0.0
2524

2625
- name: Create Release Pull Request
2726
uses: changesets/action@v1

0 commit comments

Comments
 (0)