Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ["0.71.19", "0.86.2"]
rn-version: ["0.71.19", "0.87.0"]
Comment thread
cursor[bot] marked this conversation as resolved.
rn-architecture: ["legacy", "new"]
platform: ["android", "ios"]
build-type: ["production"]
Expand All @@ -245,7 +245,7 @@ jobs:
runs-on: macos-15-xlarge
# Use Xcode 26 (macos-26) for newer RN versions
- platform: ios
rn-version: "0.86.2"
rn-version: "0.87.0"
runs-on: macos-26-xlarge
- platform: android
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
if: ${{ steps.platform-check.outputs.skip != 'true' }}
with:
package-manager-cache: false
node-version: 20
node-version: ${{ startsWith(matrix.rn-version, '0.71') && '20' || '22' }}
cache: "yarn"
cache-dependency-path: yarn.lock

Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ["0.86.2"]
rn-version: ["0.87.0"]
rn-architecture: ["legacy", "new"]
platform: ["android", "ios"]
build-type: ["production"]
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
if: ${{ steps.platform-check.outputs.skip != 'true' }}
with:
package-manager-cache: false
node-version: 20
node-version: 22
cache: "yarn"
cache-dependency-path: yarn.lock

Expand Down
Loading