From 673649abc44ebb5c99b4e7b49b4f3fe35ab314b5 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 6 Oct 2023 15:00:50 -0400 Subject: [PATCH] typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d37d5307..666a9564a 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@10.2.0" + - run: sudo npm install -g npm@10.2.0 - node/install-packages: app-dir: ~/homebrewery cache-path: node_modules