From 5ee1aa7cdabf6c9a679892748f257b68780a352c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 9 Jun 2021 10:52:07 +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 e408474..7ed8d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14.x, 12.x, 10.x] + node: [16.x, 14.x, 12.x, "12.22.0"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index a4a7d41..ff75a90 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lib" ], "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "devDependencies": { "eslint": "^4.7.2",