From 5629bc298a7200de7abece53ddabc98fe95c9489 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 4 Aug 2020 14:49:40 -0400 Subject: [PATCH] Drop support for Node 13 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d2db5..2a7afd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - node: ['10', '12', '13', '14'] + node: ['10', '12', '14'] os: [ubuntu-latest, macOS-latest] steps: diff --git a/package.json b/package.json index ab7cf55..0c1482f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "walk-sync": "^2.0.2" }, "engines": { - "node": "10.* || >= 12" + "node": "10.* || 12.* || >= 14" }, "publishConfig": { "registry": "https://registry.npmjs.org"