We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a97285 commit ab17ae1Copy full SHA for ab17ae1
.github/actions/setup-deps-nightly/action.yml
@@ -30,3 +30,4 @@ runs:
30
run: |
31
yarn remove react react-test-renderer react-native @react-native/babel-preset
32
yarn add -D react@19.1.0 react-test-renderer@19.1.0 react-native@nightly @react-native/babel-preset@nightly
33
+ shell: bash
.github/workflows/react-native-nightly.yml
@@ -56,7 +56,7 @@ jobs:
56
test:
57
needs: [install-cache-deps]
58
runs-on: ubuntu-latest
59
- name: Test React 18
+ name: Test
60
steps:
61
- name: Checkout
62
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments