Skip to content

Commit 77257e2

Browse files
authored
ci(nightly): disable minimum age gate (#2738)
1 parent 5377360 commit 77257e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/setup-react-native/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ inputs:
77
runs:
88
using: composite
99
steps:
10+
- name: Disable minimum age gate
11+
run: |
12+
yarn config unset npmMinimalAgeGate
13+
shell: bash
1014
- name: Set up react-native@${{ inputs.version }}
1115
run: |
1216
rm example/ios/Podfile.lock

0 commit comments

Comments
 (0)