From c32caf8a371c2b8dc8bc081b2d711c602f0a8403 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 16 Jul 2020 20:25:24 -0400 Subject: [PATCH] build: Node.js@14.5 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99120fd..025cbc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ node_js: - "11.15" - "12.18" - "13.14" - - "14.4" + - "14.5" cache: directories: - node_modules diff --git a/appveyor.yml b/appveyor.yml index 7a74904..80a43db 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: - nodejs_version: "11.15" - nodejs_version: "12.18" - nodejs_version: "13.14" - - nodejs_version: "14.4" + - nodejs_version: "14.5" cache: - node_modules install: