diff --git a/.circleci/config.yml b/.circleci/config.yml index c7d7616..2ee4876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,10 +9,12 @@ executors: scratchjr-website-executor: docker: - image: cimg/node:17.0.0 + resource_class: small jobs: setup_app: executor: scratchjr-website-executor steps: + - checkout - run: name: Install Dependencies command: npm install