Skip to content

Commit

Permalink
feat!: drop support for Node v12 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and ahangarha committed Mar 28, 2024
1 parent 7f58b14 commit 516d413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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).

## [v7.2.3] - March 23, 2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}
},
"engines": {
"node": "^12.13.0 || ^14 || >=16",
"node": ">= 14",
"yarn": ">=1 <5"
},
"publishConfig": {
Expand Down

0 comments on commit 516d413

Please sign in to comment.