From 257c73e5479276cb7d16ba63c81a9c949a9b7ffc Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:21:13 +0200 Subject: [PATCH] ci(nightly): disable minimum age gate --- .github/actions/setup-react-native/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup-react-native/action.yml b/.github/actions/setup-react-native/action.yml index dfee15f46..0cb2d608a 100644 --- a/.github/actions/setup-react-native/action.yml +++ b/.github/actions/setup-react-native/action.yml @@ -7,6 +7,10 @@ inputs: runs: using: composite steps: + - name: Disable minimum age gate + run: | + yarn config unset npmMinimalAgeGate + shell: bash - name: Set up react-native@${{ inputs.version }} run: | rm example/ios/Podfile.lock