From 1d6fee301f3f56709a06537529e29fb5230580b9 Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 8 Jan 2025 18:26:43 +0545 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b554bba..cd0fb5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: npm install --force - continue-on-error: true - #name: Verify installation with details - #run: npm list --depth=3 + - name: Install dependencies + run: npm install --legacy-peer-deps --force + continue-on-error: true