Skip to content

Commit

Permalink
ci: exlude node 14 and 16 for macos-latest (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfla1 authored Aug 13, 2024
1 parent 73ab323 commit cd91c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
exclude:
- os: windows-latest
node-version: 14
- os: macos-latest
node-version: 14
- os: macos-latest
node-version: 16
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cd91c0d

Please sign in to comment.