From df3447d181b2683f7857180dc93daba3305bf890 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sun, 28 Jan 2024 03:00:15 +0545 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df1da0bb5..812a64ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Install dependencies - run: npm install + run: npm install --legacy-peer-deps - name: Run tests run: npm test - if: matrix.node-version == 14