Skip to content

Commit 41585f1

Browse files
committed
fix: wip github actions
1 parent 7bc4516 commit 41585f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: checkout
2222
uses: actions/checkout@v4
2323

24+
- name: setup pnpm
25+
uses: pnpm/action-setup@v2
26+
with:
27+
run_install: false
28+
2429
- name: setup node.js
2530
uses: actions/setup-node@v4
2631
with:

0 commit comments

Comments
 (0)