From ba26bb41414492d8169a938ce6a74ae4aac6fd16 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:55:38 +0500 Subject: [PATCH] refactor: updated CI workflow (#240) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09794e6e..b77d9bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,6 @@ jobs: with: node-version: ${{ env.NODE_VER }} - - name: Setup npm - run: npm install -g npm@${{ matrix.npm }} - - name: Install dependencies run: npm ci