Skip to content

Commit

Permalink
Merge pull request #251 from ts-graphviz/fix-to-stop-ci-on-windows
Browse files Browse the repository at this point in the history
Fix to stop running CI on windows
  • Loading branch information
kamiazya authored Jan 10, 2021
2 parents 544c5a0 + b22df63 commit cfcc57a
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 cfcc57a

Please sign in to comment.