From cc5c18b3a6be4d349343df2a2983efb3451d2dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Tue, 15 Oct 2024 17:12:28 +0200 Subject: [PATCH] feat: drop Node 12, 14 & 16 support BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.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 62fc935..97698f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: matrix: eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20, 22] + node: [18.18.0, 18, 20.9.0, 20, 22] os: [ubuntu-latest] include: # On other platforms diff --git a/package.json b/package.json index 14352f6..a98caf5 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": "https://opencollective.com/eslint" }