CircleCI -- node symlink no longer needed?

This commit is contained in:
Sean Corfield 2021-01-31 06:01:47 -08:00
parent 3bde6cd8e7
commit ad42560370

View file

@ -14,9 +14,6 @@ jobs:
- run: - run:
name: Install Node name: Install Node
command: sudo apt-get update && sudo apt-get install -y nodejs command: sudo apt-get update && sudo apt-get install -y nodejs
- run:
name: Add Node symlink
command: sudo ln -s /usr/bin/js /usr/bin/node
- run: - run:
name: Download Dependencies name: Download Dependencies
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9 command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9