diff --git a/.travis.yml b/.travis.yml index 421befe..b93cc88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - linux - osx node_js: + - "14" - "12" - "10" - "8" diff --git a/appveyor.yml b/appveyor.yml index ce50474..bf00f7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ init: # what combinations to test environment: matrix: + - nodejs_version: 14 - nodejs_version: 12 - nodejs_version: 10 - nodejs_version: 8