Skip to content

Commit

Permalink
Merge pull request #475 from adopted-ember-addons/remove-node-engine
Browse files Browse the repository at this point in the history
remove engine reference for Node 18
  • Loading branch information
mansona authored May 15, 2024
2 parents 2493549 + 3dd12b0 commit c77aa4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Also:

`ember install ember-infinity`

As of `v2.0.0`, we support Node 10 and above. We test against `ember-source > 3.8`. Try out `v2.0.0`. If it doesn't work or you don't have the right polyfills because you are on an older Ember version, then `v1.4.9` will be your best bet.
We test against `ember-source >= 3.28`. Try out `v2.0.0`. If it doesn't work or you don't have the right polyfills because you are on an older Ember version, then `v1.4.9` will be your best bet.

## Basic Usage

Expand Down
3 changes: 0 additions & 3 deletions ember-infinity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
"peerDependencies": {
"ember-source": ">= 3.28.0"
},
"engines": {
"node": ">= 18"
},
"ember": {
"edition": "octane"
}
Expand Down

0 comments on commit c77aa4f

Please sign in to comment.