From 711c46d8d4294b548c5e1dbb54372fadbeffe86c Mon Sep 17 00:00:00 2001 From: Scott Chase Waggener Date: Wed, 15 Mar 2023 09:51:32 -0500 Subject: [PATCH] Remove unused config entries --- .circleci/config.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78e36a7..4a5d7f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,19 +5,6 @@ orbs: codecov: codecov/codecov@3.2.4 -commands: - setup_node_modules: - steps: - - run: sudo apt update - - run: sudo apt install -y npm - - run: sudo npm cache clean -f - - run: sudo npm install -g n - - run: sudo n stable - - run: - name: Install static type checker - command: npm ci - - jobs: check_code_quality: docker: @@ -61,7 +48,6 @@ jobs: - run: name: Run tests command: make test-ci - #- setup_node_modules - run: name: Install static type checker command: npm ci