This commit is contained in:
Bryan MacFarlane
2020-01-10 15:44:01 -05:00
parent c253d266ea
commit a975c51e1d
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
runs-on: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [8.x, 10.x, 12.x]
node-version: [12.x]
fail-fast: false
runs-on: ${{ matrix.runs-on }}