From ba2e7f393a74d41ad3364fbec2a995288b157b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Wed, 16 Dec 2020 13:35:18 +0100 Subject: [PATCH] ci: use npm7 version that fixed npm/cli#2309 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a19ec0..5ccf732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,10 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Update to npm@^7.2 on Node 15 + if: matrix.node-version == 15.x + run: npm i -g npm@^7.2 + - name: Environment Information run: | node --version