Skip to content

Commit

Permalink
Merge pull request #25 from qonto/drop-node-14
Browse files Browse the repository at this point in the history
Drop node v14 support
  • Loading branch information
vscav authored Jun 1, 2023
2 parents fb6e45b + 5f4fd24 commit c3417d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Easy [Prismic](https://prismic.io/) rendering in [Ember.js](https://emberjs.com)

- Ember.js v4.4 or above
- Ember CLI v4.4 or above
- Node.js v14 or above
- Node.js v16 or above

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-app"
],
"engines": {
"node": "14.* || 16.* || >= 18"
"node": "16.* || >= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"release-it-lerna-changelog": "^5.0.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit c3417d8

Please sign in to comment.