Merge pull request #333 from zitadel/release-fix

chore(release-workflow): setup pnpm
This commit is contained in:
Max Peintner
2025-01-08 14:15:01 +01:00
committed by GitHub

View File

@@ -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