From 823d804e58cf14c84d992fc290cd80c0bb893b13 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 4 Nov 2019 19:52:20 -0500 Subject: [PATCH] build: support Node.js 13.x --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 56c603b..63e2419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ node_js: - "10.17" - "11.15" - "12.13" + - "13.0" sudo: false cache: directories: diff --git a/appveyor.yml b/appveyor.yml index a494780..b6693f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,7 @@ environment: - nodejs_version: "10.17" - nodejs_version: "11.15" - nodejs_version: "12.13" + - nodejs_version: "13.0" cache: - node_modules install: