Skip to content

Commit

Permalink
fix: exclude node v14 for macos (per <nodejs/node#36161>) (per <prett…
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 30, 2024
1 parent b812ade commit 34e5f9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- 14
- 16
- 18
exclude:
- os: macos-latest
node: 14
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 34e5f9f

Please sign in to comment.