From 636136c88eca703346a5b8edd83f10c8451f737a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 15 Jul 2021 12:32:56 +0900 Subject: [PATCH] chore!: drop node 10 support (#1278) --- .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 d207d8c6..3d22334d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package.json b/package.json index f3843bf5..354ffccb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rewire": "^5.0.0" }, "engines": { - "node": ">=10.10.0" + "node": ">=12.0.0" }, "nyc": { "include": [