From 9c706722f5ab9d87bbe90357020a587d30950c4b Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Thu, 9 Jan 2025 12:05:10 +0545 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd0fb5a..c331969 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,5 +90,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm install --legacy-peer-deps --force + run: npm install continue-on-error: true