Drop node 10 test (#498)

This commit is contained in:
mrdrogdrog 2020-08-27 14:34:10 +02:00 committed by GitHub
parent db080e29d3
commit 7adb86846b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12', '14']
node: ['12', '14']
name: Test with NodeJS ${{ matrix.node }}
steps:
- name: Checkout repository