Skip to content

Commit

Permalink
exclude node 14 and 16 on macos (#5433)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 29, 2024
1 parent 31f391d commit d643885
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 @@ -117,6 +117,10 @@ jobs:
# excludes node 14 on Windows
- os: windows-latest
node-version: 14
- os: macos-latest
node-version: 14
- os: macos-latest
node-version: 16

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d643885

Please sign in to comment.