From b949df09a2158120a54b93db46835ded6a25aae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 6 Dec 2021 22:44:09 +0100 Subject: [PATCH] feat: drop Node 10 support BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0 --- .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 40f36c99..f547602e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: eslint: [7] - node: [10.12, 10, 12.0, 12, 14, 16] + node: [12.22.0, 12, 14.17.0, 14, 16] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs diff --git a/package.json b/package.json index 0db58113..ad9aaf83 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "license": "ISC", "lint-staged": {