Skip to content

Commit

Permalink
ci: add pnpm to release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Nov 18, 2022
1 parent e75358d commit 7e19010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/[email protected]
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7e19010

Please sign in to comment.