From a1025094f830b1d980af66e594648a70782a6e7c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 9 Mar 2024 08:23:41 +1300 Subject: [PATCH] feat!: drop support for Node v12 --- CHANGELOG.md | 2 ++ README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9352468..c63fada81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Changes since the last non-beta release. - Drop support for Ruby 2.6 [PR 415](https://github.com/shakacode/shakapacker/pull/415) by [G-Rath](https://github.com/g-rath). +- Drop support for Node v12 [PR 431](https://github.com/shakacode/shakapacker/pull/431) by [G-Rath](https://github.com/g-rath). + ### Added - Emit warnings instead of errors when compilation is success but stderr is not empty. [PR 416](https://github.com/shakacode/shakapacker/pull/416) by [n-rodriguez](https://github.com/n-rodriguez). - Allow `webpack-dev-server` v5. [PR 418](https://github.com/shakacode/shakapacker/pull/418) by [G-Rath](https://github.com/g-rath) diff --git a/README.md b/README.md index b90498d42..8efc0c25f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Read the [full review here](https://clutch.co/profile/shakacode#reviews?sort_by= - Ruby 2.7+ - Rails 5.2+ -- Node.js 12.13.0+ || 14+ +- Node.js 14+ - Yarn ## Features diff --git a/package.json b/package.json index 2e1f89e4f..4e78c9ae6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ } }, "engines": { - "node": "^12.13.0 || ^14 || >=16", + "node": ">= 14", "yarn": ">=1 <5" }, "publishConfig": {