Skip to content

Commit 3bfea9b

Browse files
committed
.
1 parent dd0bbbf commit 3bfea9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6969

70-
test-18:
70+
test-react-18:
7171
needs: [install-cache-deps]
7272
runs-on: ubuntu-latest
7373
name: Test React 18
@@ -80,7 +80,8 @@ jobs:
8080

8181
- name: Switch to React 18
8282
run:
83-
yarn add react@18.3.1 react-test-renderer@18.3.1 react-native@0.77.0 @react-native/babel-preset@0.77.0
83+
yarn remove react react-test-renderer react-native @react-native/babel-preset
84+
yarn add -D react@18.3.1 react-test-renderer@18.3.1 react-native@0.77.0 @react-native/babel-preset@0.77.0
8485

8586
- name: Test
8687
run: yarn test:ci

0 commit comments

Comments
 (0)