fix: put @main instead of v8 to fix cache problem
Some checks are pending
🤖 Android APK Build / 🏗️ Build Android APK (push) Waiting to run
🤖 iOS IPA Build / 🏗️ Build iOS IPA (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run

This commit is contained in:
Gauvino
2025-06-04 13:31:06 +02:00
parent 973d226c49
commit d6c7246cd1

View File

@@ -49,7 +49,7 @@ jobs:
run: bun run prebuild
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
uses: expo/expo-github-action@main
with:
eas-version: 16.7.1
token: ${{ secrets.EXPO_TOKEN }}