Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Feb 5, 2025
1 parent dd0bbbf commit 3bfea9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-18:
test-react-18:
needs: [install-cache-deps]
runs-on: ubuntu-latest
name: Test React 18
Expand All @@ -80,7 +80,8 @@ jobs:

- name: Switch to React 18
run:
yarn add [email protected] [email protected] [email protected] @react-native/[email protected]
yarn remove react react-test-renderer react-native @react-native/babel-preset
yarn add -D [email protected] [email protected] [email protected] @react-native/[email protected]

- name: Test
run: yarn test:ci
Expand Down

0 comments on commit 3bfea9b

Please sign in to comment.