From c99f09a5ed9cae6efb2e6f823d71a742e83fd5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 9 Jun 2021 10:45:01 +0800 Subject: [PATCH] Breaking: drop node v10/v13/v15 (refs eslint/eslint#14023) --- .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 61ef9374..b282639c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"] + node: [16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest node: "12.x" diff --git a/package.json b/package.json index e79857f5..241cb58b 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }