ci: Added Node 14.x (#975)

This commit is contained in:
Norman Breau 2020-07-24 14:02:13 -03:00 committed by GitHub
parent d7790ca8bc
commit a45217e6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: