Skip to content

Commit 3304c1a

Browse files
authored
Merge pull request #13 from alismx/alis/pnpm
feat: add pnpm setup step in GitHub actions workflow
2 parents 7dc5094 + b51dab0 commit 3304c1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
node-version: 22.x
1818
registry-url: https://npm.pkg.github.com/
1919
scope: "@alismx"
20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
2024
- name: Install dependencies
2125
run: pnpm install --prod
2226
- name: Generate client

0 commit comments

Comments
 (0)