Add Node.js 14.x to test matrix

This commit is contained in:
Johan Bergström 2020-08-07 15:45:59 -04:00
parent 89461f9999
commit 437b038d41

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