promote: dev → uat (pnpm fix for release workflow) #175

Merged
Null Pointer Nancy merged 2 commits from dev into uat 2026-05-20 21:48:50 +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