I've had enough of Node 8.x horse manure

This commit is contained in:
snobu 2021-01-13 20:53:00 +02:00
parent 2c38517bcd
commit f9bc0c7128

View file

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