chore: remove azure pipelines (using GH actions) (#2711)

This commit is contained in:
Shawn Erquhart
2019-09-30 13:28:42 -04:00
committed by GitHub
parent 5dc7ee2a9c
commit d64994f1a7
2 changed files with 1 additions and 28 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x]
steps:
- uses: actions/checkout@v1