Skip to content

Commit

Permalink
feat: add pnpm setup step in GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Feb 1, 2025
1 parent 7dc5094 commit b51dab0
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 b51dab0

Please sign in to comment.