Skip to content

Commit

Permalink
ci: tweak config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 22, 2023
1 parent 7093484 commit 242ba2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
cfa: continuousauth/[email protected]
node: electronjs/node@1.1.0
node: electronjs/node@1.2.0

workflows:
test_and_release:
Expand All @@ -11,6 +11,7 @@ workflows:
- node/test:
executor: node/macos
name: test-mac-<< matrix.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines
test-steps:
- run: yarn lint
- run: yarn test
Expand Down

0 comments on commit 242ba2a

Please sign in to comment.