Skip to content

Commit

Permalink
Setup pnpm matching version
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent 2cdbfc9 commit 5a5eade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
poll-interval-seconds: 30
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 6
- run: pnpm install
working-directory: packages/workflow
- run: pnpm run build
Expand Down

0 comments on commit 5a5eade

Please sign in to comment.