From 11c69228c957020c4f409a5493ce6feb8744525a Mon Sep 17 00:00:00 2001 From: DevMirza <53424436+Zaid-maker@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:22:17 +0500 Subject: [PATCH] Drop `npm i -g npm@9` --- .github/workflows/auto-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index a6b041c5..d0629f7b 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -34,8 +34,6 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Install NPM 9 - run: npm i -g npm@9 - name: Install run: npm install - name: Build @@ -66,7 +64,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - run: npm install npm@9 -g - run: npm ci --production check-linters: