From 438feabf5068a5b2f9911b8d3cd1aea37ed9ba9e Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 7 Nov 2020 18:44:40 -0500 Subject: [PATCH] build: support Node.js 15.x --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd6f1f8..e615cfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ node_js: - "12.19" - "13.14" - "14.15" + - "15.1" cache: directories: - node_modules diff --git a/appveyor.yml b/appveyor.yml index ebe80c1..13fa114 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ environment: - nodejs_version: "12.19" - nodejs_version: "13.14" - nodejs_version: "14.15" + - nodejs_version: "15.1" cache: - node_modules install: