Remove Node 10 for now

This commit is contained in:
Christian Georgi
2021-02-09 16:49:59 +01:00
committed by Christian Georgi
parent 85319d9e8d
commit b5031588ce

View File

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