Skip to content

Commit

Permalink
ci: tidy up config (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 27, 2023
1 parent 4a4d007 commit 6eaa636
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
key: v1-brew-cache-{{ arch }}
- checkout
node-version: << parameters.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines

workflows:
test_and_release:
Expand All @@ -76,10 +75,10 @@ workflows:
# - node/macos
- node/windows
node-version:
- 20.2.0
- 18.14.0
- 16.19.0
- 14.19.0
- '20.10'
- '18.18'
- '16.20'
- '14.21'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit 6eaa636

Please sign in to comment.