Skip to content

Commit

Permalink
fix: fix pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 11, 2025
1 parent 96191b2 commit 80496e8
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 @@ -65,6 +65,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 80496e8

Please sign in to comment.