feature: remove support for nodejs 8.x and 10.x

This commit is contained in:
winkidney
2022-04-21 09:08:51 -07:00
parent 2768aab6bf
commit 86bc3ce08a

View File

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