Skip to content

Commit

Permalink
Drop node < 18, unblocks 'Floating Dependencies' on #414
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 10, 2024
1 parent b1493fe commit 8987897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you add build metadata to the version, this addon will automatically append S

- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
- Node.js v18 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 @@ -79,7 +79,7 @@
"ember-source": "^3.28.0 || >= 4.0.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": ">= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 8987897

Please sign in to comment.