Skip to content

Commit

Permalink
ci: only exclude 14 on macOS (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Nov 25, 2023
1 parent bc4ce20 commit 09c1c9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ workflows:
- node/macos
- node/windows
node-version:
- 20.5.1
- 18.17.0
- 16.20.1
- '20.5.1'
- '18.17.0'
- '16.20.1'
- '14.21.3'
exclude:
- executor: node/macos
node-version: '14.21.3'
filters:
tags:
only: /.*/
Expand Down

0 comments on commit 09c1c9b

Please sign in to comment.