Add testing for Node 14 (#549)

This commit is contained in:
Edward Jones 2020-08-08 21:12:42 -03:00 committed by GitHub
parent 1b7d3378aa
commit 7789bd6a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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