Remove npm

This commit is contained in:
Sean Corfield 2020-05-29 13:02:07 -07:00
parent 215f564cc4
commit 7f60f62b3d

View file

@ -17,9 +17,9 @@ jobs:
- run: - run:
name: Install Node name: Install Node
command: sudo apt-get install -y nodejs command: sudo apt-get install -y nodejs
- run: # - run:
name: update-npm # name: update-npm
command: sudo npm install -g npm@latest # command: sudo npm install -g npm@latest
- run: - run:
name: Download Dependencies 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 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