Add Node.js 14 to CI

This commit is contained in:
Christian Georgi
2020-09-30 10:56:44 +02:00
committed by Christian Georgi
parent 54e170ef88
commit a238390b73

View File

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