fix(ci): use --no-frozen-lockfile to handle pnpm overrides platform mismatch
Release APK / build (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 09:09:12 +02:00
parent 614a353b3c
commit 2869f4ee5f
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
working-directory: artifacts/postiz-mobile
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
- name: Install Expo CLI
run: pnpm add -g expo-cli@latest || true