We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae7c1a commit d4372bcCopy full SHA for d4372bc
.github/actions/setup-deps-nightly/action.yml
@@ -30,4 +30,5 @@ runs:
30
run: |
31
yarn remove react react-test-renderer react-native @react-native/babel-preset
32
yarn add -D react@19.1.1 react-test-renderer@19.1.1 react-native@nightly @react-native/babel-preset@nightly
33
+ yarn add -P react@19.1.1 react-test-renderer@19.1.1 react-native@nightly
34
shell: bash
0 commit comments