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:
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue