Skip to content

Commit

Permalink
Merge pull request #333 from zitadel/release-fix
Browse files Browse the repository at this point in the history
chore(release-workflow): setup pnpm
  • Loading branch information
peintnermax authored Jan 8, 2025
2 parents 665df33 + 84972ef commit 6ce3b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
node-version: '20'

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 6ce3b62

Please sign in to comment.