Skip to content

Commit 59821eb

Browse files
chore: fix rn nigthly build (#1813)
1 parent ab17ae1 commit 59821eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-deps-nightly/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ runs:
2929
- name: Switch to React Native Nightly
3030
run: |
3131
yarn remove react react-test-renderer react-native @react-native/babel-preset
32-
yarn add -D [email protected] [email protected] react-native@nightly @react-native/babel-preset@nightly
32+
yarn add -D [email protected] [email protected] react-native@nightly @react-native/babel-preset@nightly
33+
yarn add -P [email protected] [email protected] react-native@nightly
3334
shell: bash

0 commit comments

Comments
 (0)