From de604199265f765cdd42a53f0b8912cc520322be Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 10 Nov 2022 21:53:28 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4160167a..38b3c8249 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - node/install-npm + - run: sudo npm install -g npm@8.10.0 - node/install-packages: app-dir: ~/homebrewery cache-path: node_modules