Skip to content

Commit

Permalink
Skip tests on Windows + Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 22, 2023
1 parent bf4f68c commit 42ef0e2
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 @@ -43,6 +43,9 @@ jobs:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [14, 16, 18, 19, 20]
exclude:
- os: windows-latest
node-version: 14
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 42ef0e2

Please sign in to comment.