fix(ci): use --no-frozen-lockfile to handle pnpm overrides platform mismatch
Release APK / build (push) Has been cancelled
Release APK / build (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: artifacts/postiz-mobile
|
working-directory: artifacts/postiz-mobile
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
- name: Install Expo CLI
|
- name: Install Expo CLI
|
||||||
run: pnpm add -g expo-cli@latest || true
|
run: pnpm add -g expo-cli@latest || true
|
||||||
|
|||||||
Reference in New Issue
Block a user