Skip to content

Commit

Permalink
Don't test Node v14 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 28, 2024
1 parent 70023c1 commit 11f243b
Show file tree
Hide file tree
Showing 2 changed files with 3,491 additions and 2,904 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
exclude:
# Node 14 is not supported on macOS arm64
- os: macos-latest
node-version: 14.x
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 11f243b

Please sign in to comment.