diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e2f0ff..3ec0aec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ workflows: - node/test: executor: node/macos name: test-mac-<< matrix.node-version >> - override-ci-command: yarn install --frozen-lockfile --ignore-engines + override-ci-command: yarn global add wrap-ansi@7.0.0 && yarn install --frozen-lockfile --ignore-engines test-steps: - run: yarn build - run: yarn lint