Skip to content

Commit d5fdb7a

Browse files
Valentin Palkovičvalentinpalkovic
Valentin Palkovič
authored andcommitted
Drop support for Node 10
Jest 28 dropped Node 10 support as well
1 parent 490073d commit d5fdb7a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/vue2-jest/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@
7171
"yarn format",
7272
"git add"
7373
]
74+
},
75+
"engines": {
76+
"node": ">10"
7477
}
7578
}

packages/vue3-jest/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@
7373
"yarn format",
7474
"git add"
7575
]
76+
},
77+
"engines": {
78+
"node": ">10"
7679
}
7780
}

0 commit comments

Comments
 (0)