From f8a00473503bca3eb04aa544d7e762b9cbeea6c5 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 17 Apr 2021 14:08:17 +0200 Subject: [PATCH] Drop node 8 (Level/community#98) --- .travis.yml | 2 +- appveyor.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a95fd0..9272650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ os: - linux node_js: - - 8 - 10 - 12 + - 14 after_success: npm run coverage diff --git a/appveyor.yml b/appveyor.yml index 09ceb5a..2244b25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,9 @@ skip_tags: true environment: matrix: - - nodejs_version: "8" - nodejs_version: "10" - nodejs_version: "12" + - nodejs_version: "14" platform: - x64 diff --git a/package.json b/package.json index ef8f309..58f2ff0 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "json" ], "engines": { - "node": ">=8.6.0" + "node": ">=10.12.0" } }