From adcd9d9ff8c14ec80b1c9e8fc7f5716a853d59f9 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sun, 17 Apr 2022 07:43:11 -0300 Subject: [PATCH] chore(breaking): Drop Node 12 support (#1411) --- .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 3d22334d..aeecdbd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package.json b/package.json index 9e1ea94f..39095bb3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rewire": "^5.0.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "nyc": { "include": [