Skip to content

Commit 257c73e

Browse files
committed
ci(nightly): disable minimum age gate
1 parent 8c0099c commit 257c73e

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)