Skip to content

Commit

Permalink
chore: exclude macOS from matrix with Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Nov 24, 2023
1 parent 3479c05 commit 0d9adbc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ workflows:
- node/macos
- node/windows
node-version:
- 20.2.0
- 18.17.0
- 16.20.1
- 14.21.3
- '20.2.0'
- '18.17.0'
- '16.20.1'
- '14.21.3'
exclude:
- executor: node/macos
node-version: '14.21.3'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit 0d9adbc

Please sign in to comment.