Skip to content

Commit df57c1b

Browse files
authored
Add pnpm setup to GitHub Actions workflow
1 parent 900d40b commit df57c1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v3
1919

20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v2
22+
with:
23+
version: 8
24+
2025
- name: Download Fern
2126
run: npm install -g fern-api
2227

0 commit comments

Comments
 (0)