From aea25119c0fadfcc547ee2a52300bfdc709bbb0d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 10 Nov 2022 21:46:56 -0500 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2290edfc4..5fb8a542a 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@latest - node/install-packages: app-dir: ~/homebrewery cache-path: node_modules