Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 8930499

Browse files
committed
chore(deps): drop Node 8, add 12 and 15
BREAKING CHANGE: Node 8 is long since out of LTS support
1 parent e18e34b commit 8930499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"testdouble": "3.16.0"
6565
},
6666
"engines": {
67-
"node": "8.* || >= 10.*"
67+
"node": "10.* || 12.* || >= 14.*"
6868
},
6969
"ember-addon": {
7070
"configPath": "tests/dummy/config",

0 commit comments

Comments
 (0)