Skip to content

Commit

Permalink
ci: exclude node 16 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 2, 2024
1 parent dc13d12 commit 425b360
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 @@ -17,6 +17,9 @@ jobs:
- 16
- 18
- 20
exclude:
- os: windows-latest
node: 16
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 425b360

Please sign in to comment.