From bc88a8ed1b81eef3583780d38fb510533df34dda Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Tue, 16 Feb 2021 14:45:54 -0400 Subject: [PATCH] ci: Node14 (#459) * tests: Add Node14 to the test matrix --- .appveyor.yml | 1 + .travis.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6a3c93901..ccb9fed8c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,7 @@ environment: matrix: - nodejs_version: "10" - nodejs_version: "12" + - nodejs_version: "14" platform: - x86 diff --git a/.travis.yml b/.travis.yml index 48e521524..9bc6abdb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - ANDROID_BUILD_TOOLS_VERSION=29.0.3 language: node_js -node_js: 12 +node_js: 14 # yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027