From 7348c53640d72a3932f785e39e019a1d113f92d3 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 26 Feb 2022 23:51:05 -0800 Subject: [PATCH] ci: do not force the latest npm There are node versions being tested that don't work with the latest npm, so this is causing CI to fail. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c186735..41c8c318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: use latest npm - run: npm i -g npm@latest - - name: Install dependencies run: npm install