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