Skip to content

Commit

Permalink
Merge pull request #13 from alismx/alis/pnpm
Browse files Browse the repository at this point in the history
feat: add pnpm setup step in GitHub actions workflow
  • Loading branch information
alismx authored Feb 1, 2025
2 parents 7dc5094 + b51dab0 commit 3304c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
node-version: 22.x
registry-url: https://npm.pkg.github.com/
scope: "@alismx"
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install --prod
- name: Generate client
Expand Down

0 comments on commit 3304c1a

Please sign in to comment.