Skip to content

Commit

Permalink
fix to stop running ci on windows
Browse files Browse the repository at this point in the history
To temporarily avoid the problem that Graphviz for Windows is experiencing with the 2.44 version. #249
  • Loading branch information
kamiazya committed Jan 10, 2021
1 parent 747c70c commit b22df63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

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

0 comments on commit b22df63

Please sign in to comment.