From f1521604b929d4ffcb8dee7083122d81606d4799 Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Wed, 11 Aug 2021 09:36:02 +0200 Subject: [PATCH] fix(ci): Lock npm version to the one that works as expected --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ccc175c6f53..ca8651a164d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,8 @@ jobs: node-version: ^12.9.0 - name: Install npm@7 - run: npm install -g npm@7 + # Can be changed back to npm@7 when https://github.com/npm/cli/issues/3637 is resolved + run: npm install -g npm@7.20.2 - name: Install verdaccio run: npm install -g verdaccio