From ad100ba637c504856a353fefa406be1068313884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=A9rio=20Vieira?= Date: Tue, 20 Feb 2018 18:32:41 -0300 Subject: [PATCH] CircleCI config updated (#628) * CircleCI config updated * Change node version --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 824cc291a..66906494a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/node:7.10 + - image: circleci/node:8.9-browsers working_directory: ~/repo @@ -34,15 +34,15 @@ jobs: # run tests - run: - name: Tests + name: Run tests command: npm run unit # run codecov - run: - name: Coverage + name: Run coverage command: ./node_modules/.bin/codecov # run lint - run: - name: Code Style + name: Run lint command: npm run lint \ No newline at end of file