From 42a1410cc2097c7bb5b96750c4b1c8a7320dcfbc Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 10 Nov 2022 21:52:06 -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 f674df0bb..c4160167a 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- - - run: sudo npm install -g npm@latest + - node/install-npm - node/install-packages: app-dir: ~/homebrewery cache-path: node_modules