Skip to content

Commit 01576fa

Browse files
authored
Merge pull request #9 from benmccann/patch-2
chore: use `pnpm` instead of `yarn`
2 parents 205d743 + df35f26 commit 01576fa

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)