From e6974442666cbde89dccf52ada74e851e6510b2e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 9 Jun 2020 15:29:05 -0600 Subject: [PATCH] Add nodejs for CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c06af7e..92ad620 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - setup_remote_docker - - run: apk add --no-cache --no-progress bash curl make + - run: apk add --no-cache --no-progress bash curl make nodejs - run: curl https://cli-assets.heroku.com/install.sh | sh - run: make deploy workflows: