Remove npm
This commit is contained in:
parent
215f564cc4
commit
7f60f62b3d
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue