fix: add pnpm install step to release workflow #174

Merged
Null Pointer Nancy merged 1 commits from gandalf/pri-1671-pnpm-install into dev 2026-05-20 21:48:25 +00:00
+3
View File
@@ -25,6 +25,9 @@ jobs:
node-version: '20'
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile