From 7f60f62b3de8b25a81874a640c0a7bcfd603a461 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 29 May 2020 13:02:07 -0700 Subject: [PATCH] Remove npm --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d560ffd..2673c3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,9 +17,9 @@ jobs: - run: name: Install Node command: sudo apt-get install -y nodejs - - run: - name: update-npm - command: sudo npm install -g npm@latest + # - run: + # name: update-npm + # command: sudo npm install -g npm@latest - run: name: Download Dependencies command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath