version: 2.1 jobs: build: docker: - image: cimg/node steps: - run: name: Install deps using Yarn command: yarn install