From bea950f6c15b5922e0408f7ce8cc37f0af8c657d Mon Sep 17 00:00:00 2001 From: Serena Date: Tue, 14 Jun 2022 12:26:48 +0100 Subject: [PATCH] specified full npm version in config.yml to fix build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 981ca2a..a12f603 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: .circleci/shared-helpers - *restore_npm_cache - node/install-npm: - version: "7" + version: "7.20.2" - run: name: Install project dependencies command: make install