Skip to content

Commit

Permalink
RN 0.75 dependency issue with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 8, 2024
1 parent f9854d1 commit a26fe4d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# strategy:
# matrix:
# platform: [ios, android]
# react-native-version: ['0.73', '0.74', '0.75']
# react-native-version: ['0.73', '0.74']
# steps:
# - name: Checkout Repo
# uses: actions/checkout@v4.2.0
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
react-native-version: ['0.73', '0.74', '0.75']
react-native-version: ['0.73', '0.74']
platform: ['android', 'ios']
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
matrix:
platform: [x64, ARM64]
config: [Debug, Release]
react-native-version: ['0.73', '0.74', '0.75']
react-native-version: ['0.73', '0.74']
basekit: ['', '-BaseKit']
steps:
- name: Support longpaths
Expand All @@ -161,9 +161,9 @@ jobs:
- name: Install watchman
run: choco install watchman
working-directory: ./Apps/BRNPlayground
# - name: Set React-Native version ${{ matrix.react-native-version }}
# run: npm run set-react-version -- ${{ matrix.react-native-version }}
# working-directory: ./Apps/BRNPlayground
- name: Set React-Native version ${{ matrix.react-native-version }}
run: npm run set-react-version -- ${{ matrix.react-native-version }}
working-directory: ./Apps/BRNPlayground
- name: NPM Install RNTA
run: npm install
working-directory: ./Apps/BRNPlayground
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
react-native-version: ['0.73', '0.74', '0.75']
react-native-version: ['0.73', '0.74']
steps:
- name: Checkout Repo
uses: actions/checkout@v4.2.0
Expand All @@ -248,7 +248,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
react-native-version: ['0.73', '0.74', '0.75']
react-native-version: ['0.73', '0.74']
basekit: ['', '-BaseKit']
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
react-native-version: ['0.73', '0.74', '0.75']
react-native-version: ['0.73', '0.74']
basekit: ['', '-BaseKit']
steps:
- name: Checkout Repo
Expand Down

0 comments on commit a26fe4d

Please sign in to comment.