👷 No longer run tests in Node.js v10

This commit is contained in:
Jan Oberhauser 2021-03-12 11:50:26 +01:00
parent 3d5a81c1f1
commit 8d9555bf52

View file

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