version: '2.1' orbs: node: circleci/node@5.0.3 jobs: test: executor: name: node/default tag: '16' steps: - checkout - node/install-packages: pkg-manager: yarn - run: command: yarn run test name: Run YARN tests