There was an error while loading. Please reload this page.
1 parent dea2cf2 commit c9a306aCopy full SHA for c9a306a
1 file changed
.github/workflows/build-capacitor-ios.yml
@@ -40,7 +40,8 @@ jobs:
40
npm install -g @capacitor/cli@${{ matrix.capacitor-version }}
41
npx @capacitor/create-app test-cap-app --name TestApp --app-id com.test.app
42
cd test-cap-app
43
- npm install @capacitor/ios@${{ matrix.capacitor-version }}
+ # Pin all Capacitor deps to the same major version
44
+ npm install @capacitor/core@${{ matrix.capacitor-version }} @capacitor/ios@${{ matrix.capacitor-version }}
45
npx cap add ios
46
# Log which package manager was used
47
if [ -d ios/App/CapApp-SPM ]; then
0 commit comments