drop node 10 from test matrix

reason: Node 10 is no longer in LTS maintenance.
This commit is contained in:
Martin Raifer
2021-12-10 15:06:16 +01:00
parent 00c209ff5a
commit 71c5c38836
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2