Skip to content

Commit

Permalink
ci(ci): exclude node 14 on windows (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 25, 2023
1 parent e4cd290 commit 6c64934
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 @@ -46,6 +46,9 @@ jobs:
matrix:
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
node-version: 14

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

0 comments on commit 6c64934

Please sign in to comment.