Skip to content

Commit

Permalink
ci: need pnpm in test job
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller committed Apr 5, 2024
1 parent 6c38927 commit c305108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c305108

Please sign in to comment.