Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Nov 6, 2023
1 parent 25a3ea3 commit be8a4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8a4ff

Please sign in to comment.