Skip to content

Commit

Permalink
Update referenced supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamEdgett committed Dec 21, 2022
1 parent 9aa7139 commit b967a78
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 @@ -7,7 +7,7 @@ Ember addon to integrate jQuery plugin [Sticky.js](http://stickyjs.com/).

* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
* Node.js v12 or above

* `ember server`
* Visit your app at http://localhost:4200.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:all": "ember try:each"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "12.* || 14.* || >= 16"
},
"devDependencies": {
"@ember/optional-features": "^1.0.0",
Expand Down

0 comments on commit b967a78

Please sign in to comment.