Skip to content

Commit

Permalink
Do not test on Windows right now
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Jan 24, 2022
1 parent 2218f9f commit 1f441f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [12.x, 14.x, 17.x]
os: [macos-latest, ubuntu-latest]
node-version: [10.x, 12.x, 14.x, 17.x]

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

0 comments on commit 1f441f3

Please sign in to comment.