Skip to content

Commit

Permalink
chore: drop support for node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 10 as it has reached EOL.
  • Loading branch information
Akanksh Saxena committed Nov 1, 2021
1 parent f8e8c63 commit 6a1d5e1
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 @@ -88,7 +88,7 @@
"sass": "1.38.2"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 6a1d5e1

Please sign in to comment.