From 13c49118de0b018b688065972057907a0f7b7539 Mon Sep 17 00:00:00 2001 From: Michael Barajas Date: Sun, 9 Aug 2020 14:36:33 -0400 Subject: [PATCH] Add .circleci/config.yml (#22) --- .circleci/config.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43d45b7..dbfd56f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,7 @@ -version: 2 -jobs: - test: - docker: - - image: circleci/node:12.16.0-stretch - steps: - - checkout - - run: npm i - - run: npm test +version: 2.1 +orbs: + node: circleci/node@3.0.0 workflows: - version: 2 - build_and_test: + node-tests: jobs: - - test \ No newline at end of file + - node/test