add node 14 to github workflow

This commit is contained in:
Christian Decker
2021-01-22 10:35:20 +01:00
parent 47889f06ef
commit 7e210374b6

View File

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