Skip to content

Commit 8987897

Browse files
committed
Drop node < 18, unblocks 'Floating Dependencies' on #414
1 parent b1493fe commit 8987897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you add build metadata to the version, this addon will automatically append S
1111

1212
- Ember.js v3.28 or above
1313
- Ember CLI v3.28 or above
14-
- Node.js v14 or above
14+
- Node.js v18 or above
1515

1616
## Installation
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ember-source": "^3.28.0 || >= 4.0.0"
8080
},
8181
"engines": {
82-
"node": "14.* || 16.* || >= 18"
82+
"node": ">= 18"
8383
},
8484
"publishConfig": {
8585
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)