Skip to content

Commit a26fe4d

Browse files
RN 0.75 dependency issue with windows
1 parent f9854d1 commit a26fe4d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# strategy:
1111
# matrix:
1212
# platform: [ios, android]
13-
# react-native-version: ['0.73', '0.74', '0.75']
13+
# react-native-version: ['0.73', '0.74']
1414
# steps:
1515
# - name: Checkout Repo
1616
# uses: actions/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macos-latest
5555
strategy:
5656
matrix:
57-
react-native-version: ['0.73', '0.74', '0.75']
57+
react-native-version: ['0.73', '0.74']
5858
platform: ['android', 'ios']
5959
steps:
6060
- name: Checkout Repo
@@ -143,7 +143,7 @@ jobs:
143143
matrix:
144144
platform: [x64, ARM64]
145145
config: [Debug, Release]
146-
react-native-version: ['0.73', '0.74', '0.75']
146+
react-native-version: ['0.73', '0.74']
147147
basekit: ['', '-BaseKit']
148148
steps:
149149
- name: Support longpaths
@@ -161,9 +161,9 @@ jobs:
161161
- name: Install watchman
162162
run: choco install watchman
163163
working-directory: ./Apps/BRNPlayground
164-
# - name: Set React-Native version ${{ matrix.react-native-version }}
165-
# run: npm run set-react-version -- ${{ matrix.react-native-version }}
166-
# working-directory: ./Apps/BRNPlayground
164+
- name: Set React-Native version ${{ matrix.react-native-version }}
165+
run: npm run set-react-version -- ${{ matrix.react-native-version }}
166+
working-directory: ./Apps/BRNPlayground
167167
- name: NPM Install RNTA
168168
run: npm install
169169
working-directory: ./Apps/BRNPlayground
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: macos-latest
222222
strategy:
223223
matrix:
224-
react-native-version: ['0.73', '0.74', '0.75']
224+
react-native-version: ['0.73', '0.74']
225225
steps:
226226
- name: Checkout Repo
227227
uses: actions/[email protected]
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: macos-latest
249249
strategy:
250250
matrix:
251-
react-native-version: ['0.73', '0.74', '0.75']
251+
react-native-version: ['0.73', '0.74']
252252
basekit: ['', '-BaseKit']
253253
steps:
254254
- name: Checkout Repo
@@ -283,7 +283,7 @@ jobs:
283283
runs-on: macos-latest
284284
strategy:
285285
matrix:
286-
react-native-version: ['0.73', '0.74', '0.75']
286+
react-native-version: ['0.73', '0.74']
287287
basekit: ['', '-BaseKit']
288288
steps:
289289
- name: Checkout Repo

0 commit comments

Comments
 (0)