From 80e651aa8da79f2fe9fc32ab1f2adf61c841df0d Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 16 Jan 2023 19:03:16 +1100 Subject: [PATCH] Revert "ci: downgrade npm to 8.3 as workaround (#376)" This reverts commit b603251cc081a9223d22fb7abdeb6f2b08c8bddf. --- .github/workflows/testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c8616837..30ecc580 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -52,9 +52,7 @@ jobs: ${{ runner.os }}-node- - name: Install latest npm - run: npm install --global npm@8.3 - # TODO: npm@8.4 is broken on Windows. See https://github.com/npm/cli/issues/4341 - # run: npm install --global npm@latest + run: npm install --global npm@latest - name: Install dependencies run: npm ci