1
Fork 0

drop Node 8 from tests

This commit is contained in:
Conduitry 2020-05-31 19:32:43 -04:00
parent 90da964064
commit 219fb567d8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8, 10, 12, 14]
node-version: [10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1