Skip to content

Commit 0ceae7c

Browse files
committed
chore: update expo-version to 6.x
1 parent 35dc036 commit 0ceae7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-each-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Expo
1919
uses: expo/expo-github-action@v5
2020
with:
21-
expo-version: 4.x
21+
expo-version: 6.x
2222
expo-username: ${{ secrets.EXPO_CLI_USERNAME_PAPER }}
2323
expo-password: ${{ secrets.EXPO_CLI_PASSWORD_PAPER }}
2424
expo-cache: true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Expo
2020
uses: expo/expo-github-action@v5
2121
with:
22-
expo-version: 4.x
22+
expo-version: 6.x
2323
expo-username: ${{ secrets.EXPO_CLI_USERNAME_PAPER }}
2424
expo-password: ${{ secrets.EXPO_CLI_PASSWORD_PAPER }}
2525
expo-cache: true

0 commit comments

Comments
 (0)