File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Typecheck
4444 run : yarn typecheck
4545
46- typecheck-rn-0-83-1 :
46+ typecheck-rn-0-84-0 :
4747 runs-on : ubuntu-latest
4848 name : Typecheck RN 0.83.1
49+ steps :
50+ - name : Checkout
51+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52+
53+ - name : Setup Node.js and deps
54+ uses : ./.github/actions/setup-deps
55+ with :
56+ react-version : 19.2.3
57+ react-native-version : 0.84.0
58+
59+ - name : Typecheck
60+ run : yarn typecheck
61+
62+ typecheck-rn-0-83-2 :
63+ runs-on : ubuntu-latest
64+ name : Typecheck RN 0.83.2
4965 steps :
5066 - name : Checkout
5167 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5470 uses : ./.github/actions/setup-deps
5571 with :
5672 react-version : 19.2.0
57- react-native-version : 0.83.1
73+ react-native-version : 0.83.2
5874
5975 - name : Typecheck
6076 run : yarn typecheck
@@ -208,10 +224,26 @@ jobs:
208224
209225 - name : Test
210226 run : yarn test:codemods
227+
228+ test-rn-0-84-0 :
229+ runs-on : ubuntu-latest
230+ name : Test RN 0.84.0
231+ steps :
232+ - name : Checkout
233+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
234+
235+ - name : Setup Node.js and deps
236+ uses : ./.github/actions/setup-deps
237+ with :
238+ react-version : 19.2.3
239+ react-native-version : 0.84.0
240+
241+ - name : Test
242+ run : yarn test:ci
211243
212- test-rn-0-83-1 :
244+ test-rn-0-83-2 :
213245 runs-on : ubuntu-latest
214- name : Test RN 0.83.1
246+ name : Test RN 0.83.2
215247 steps :
216248 - name : Checkout
217249 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -220,7 +252,7 @@ jobs:
220252 uses : ./.github/actions/setup-deps
221253 with :
222254 react-version : 19.2.0
223- react-native-version : 0.83.1
255+ react-native-version : 0.83.2
224256
225257 - name : Test
226258 run : yarn test:ci
You can’t perform that action at this time.
0 commit comments