From ad4256037032425aa2984b6939f5818bd197d2b4 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 31 Jan 2021 06:01:47 -0800 Subject: [PATCH] CircleCI -- node symlink no longer needed? --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 491cc03..53e9e15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,9 +14,6 @@ jobs: - run: name: Install Node 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: name: Download Dependencies command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9