Skip to content

Commit

Permalink
ci: tidy up config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 27, 2023
1 parent 16ce6ff commit 493023d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ workflows:
- node/test:
executor: node/macos
name: test-mac-<< matrix.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines
test-steps:
- node/install-rosetta
- run: yarn build
Expand All @@ -22,9 +21,9 @@ workflows:
alias: test
parameters:
node-version:
- 20.5.0
- 18.17.0
- 16.20.1
- '20.10'
- '18.18'
- '16.20'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit 493023d

Please sign in to comment.