Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksh Saxena committed Sep 21, 2021
1 parent 4d4ab7d commit c8ace97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ember test"
},
"engines": {
"node": "10.* || >= 12.*"
"node": "12.* || >= 14.*"
},
"devDependencies": {
"@adfinis-sygroup/eslint-config": "^1.2.0",
Expand Down

0 comments on commit c8ace97

Please sign in to comment.