From 1c96c779eb6084b95ab743d838db6b3db4512f1a Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Tue, 12 Jul 2022 05:15:29 -0400 Subject: [PATCH] breaking: drop Node 12/17 support (#256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 唯然 --- .github/workflows/main.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4968d26..8e479e68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,8 @@ jobs: matrix: node-version: - '18' - - '17' - '16' - '14' - - '12' os: - ubuntu-latest steps: diff --git a/package.json b/package.json index 9bc68908..5a6e3ea7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint": ">=7.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, "release-it": { "git": {