From e0be509ad1e04b4dc98d7e6bc86cfc921bc5e6d2 Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Tue, 6 Aug 2024 10:56:01 -0700 Subject: [PATCH] Remove legacy-peer-deps flag in sample test script --- .github/workflows/sample_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sample_test.yml b/.github/workflows/sample_test.yml index 68cfb91d..a52a916a 100644 --- a/.github/workflows/sample_test.yml +++ b/.github/workflows/sample_test.yml @@ -37,9 +37,9 @@ jobs: - name: NPM install ${{ matrix.project }} run: | cd samples/${{ matrix.project }} - npm install --legacy-peer-deps + npm install npm install ../../new.tgz - npm install react-native@0.71.9 + # npm install react-native@0.71.9 cat package.json - name: Build ${{ matrix.project }} ${{ matrix.platform }} run: |