Remove support for end-of-life Node.js version 8.

This commit is contained in:
David Anson 2020-01-09 21:13:11 -08:00
parent 18daae9525
commit 8766fc1fc3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1